#B0EF62

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

Shades of Conifer #B0EF62

Tints of Conifer #B0EF62

Color information

#B0EF62 (or 0xB0EF62) is unknown color: approx Conifer. HEX triplet: B0, EF and 62. RGB value is (176,239,98). Sum of RGB (Red+Green+Blue) = 176+239+98=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF62 is #4F109D. Grayscale: #CCCCCC. Windows color (decimal): -5181598 or 6483888. OLE color: 6483888.

HSL color Cylindrical-coordinate representation of color #B0EF62: hue angle of 86.81º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0EF62 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB17623998-
CMYK0.2600.590.06
HSL86.81º81.5%66.08%-
HSV(B)86.81º59%93.73%-
XYZ50.9871.8422.74-
YUV204.0968.13107.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 239 (93.75% from 255) = 46.59%
BLUE value IS 98 (38.67% from 255) = 19.10%
R=34.31%
G=46.59%
B=19.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176239980.2600.590.0686.8181.566.08
HexB0EF621A03B6575242
Octal260357142320736127122102
Binary10110000111011111100010110100111011110101011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EF62; }

 p { color: rgb(176,239,98); }

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

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

 a { background-color: rgb(176,239,98); }

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

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

 span { border-color: rgb(176,239,98); }

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