#B1EE42

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

Shades of Conifer #B1EE42

Tints of Conifer #B1EE42

Color information

#B1EE42 (or 0xB1EE42) is unknown color: approx Conifer. HEX triplet: B1, EE and 42. RGB value is (177,238,66). Sum of RGB (Red+Green+Blue) = 177+238+66=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1EE42 is #4E11BD. Grayscale: #C8C8C8. Windows color (decimal): -5116350 or 4386481. OLE color: 4386481.

HSL color Cylindrical-coordinate representation of color #B1EE42: hue angle of 81.28º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1EE42 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB17723866-
CMYK0.2600.720.07
HSL81.28º83.5%59.61%-
HSV(B)81.28º72.27%93.33%-
XYZ49.6970.8916.22-
YUV200.1552.29111.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 238 (93.36% from 255) = 49.48%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=36.80%
G=49.48%
B=13.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177238660.2600.720.0781.2883.559.61
HexB1EE421A048751533c
Octal261356102320110712112374
Binary10110001111011101000010110100100100011110100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EE42; }

 p { color: rgb(177,238,66); }

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

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

 a { background-color: rgb(177,238,66); }

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

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

 span { border-color: rgb(177,238,66); }

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