#B0E842

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

Shades of Conifer #B0E842

Tints of Conifer #B0E842

Color information

#B0E842 (or 0xB0E842) is unknown color: approx Conifer. HEX triplet: B0, E8 and 42. RGB value is (176,232,66). Sum of RGB (Red+Green+Blue) = 176+232+66=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E842 is #4F17BD. Grayscale: #C4C4C4. Windows color (decimal): -5183422 or 4384944. OLE color: 4384944.

HSL color Cylindrical-coordinate representation of color #B0E842: hue angle of 80.24º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0E842 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB17623266-
CMYK0.2400.720.09
HSL80.24º78.3%58.43%-
HSV(B)80.24º71.55%90.98%-
XYZ47.7467.3415.64-
YUV196.3354.45113.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 232 (91.02% from 255) = 48.95%
BLUE value IS 66 (26.17% from 255) = 13.92%
R=37.13%
G=48.95%
B=13.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal176232660.2400.720.0980.2478.358.43
HexB0E842180489504e3a
Octal2603501023001101112011672
Binary101100001110100010000101100001001000100110100001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E842; }

 p { color: rgb(176,232,66); }

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

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

 a { background-color: rgb(176,232,66); }

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

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

 span { border-color: rgb(176,232,66); }

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