#B0F65D

Color #B0F65D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B0F65D

Tints of Conifer #B0F65D

Color information

#B0F65D (or 0xB0F65D) is unknown color: approx Conifer. HEX triplet: B0, F6 and 5D. RGB value is (176,246,93). Sum of RGB (Red+Green+Blue) = 176+246+93=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F65D is #4F09A2. Grayscale: #D0D0D0. Windows color (decimal): -5179811 or 6158000. OLE color: 6158000.

HSL color Cylindrical-coordinate representation of color #B0F65D: hue angle of 87.45º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0F65D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB17624693-
CMYK0.2800.620.04
HSL87.45º89.47%66.47%-
HSV(B)87.45º62.2%96.47%-
XYZ52.8475.9322.23-
YUV207.6363.31105.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 246 (96.48% from 255) = 47.77%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=34.17%
G=47.77%
B=18.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176246930.2800.620.0487.4589.4766.47
HexB0F65D1C03E4575942
Octal260366135340764127131102
Binary10110000111101101011101111000111110100101011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F65D; }

 p { color: rgb(176,246,93); }

 H1.HeaderClassName
 {
   color: #B0F65D;
 }
 .AnyTagClassName
 {
   color: #B0F65D;
 }
</style>
background-color css

<style>
 a { background-color: #B0F65D; }

 a { background-color: rgb(176,246,93); }

 div.DivClassName
 {
   background-color: #B0F65D;
 }
 .BgClassName
 {
   background-color: #B0F65D;
 }
</style>
border-color css

<style>
 span { border-color: #B0F65D; }

 span { border-color: rgb(176,246,93); }

 td.TdClassName
 {
   border-color: #B0F65D;
 }
 .TagClassName
 {
   border-color: #B0F65D;
 }
</style>