#B1E03F

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

Shades of Conifer #B1E03F

Tints of Conifer #B1E03F

Color information

#B1E03F (or 0xB1E03F) is unknown color: approx Conifer. HEX triplet: B1, E0 and 3F. RGB value is (177,224,63). Sum of RGB (Red+Green+Blue) = 177+224+63=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E03F is #4E1FC0. Grayscale: #C0C0C0. Windows color (decimal): -5119937 or 4186289. OLE color: 4186289.

HSL color Cylindrical-coordinate representation of color #B1E03F: hue angle of 77.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1E03F is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB17722463-
CMYK0.2100.720.12
HSL77.52º72.2%56.27%-
HSV(B)77.52º71.88%87.84%-
XYZ45.6863.0214.46-
YUV191.5955.43117.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 224 (87.89% from 255) = 48.28%
BLUE value IS 63 (25% from 255) = 13.58%
R=38.15%
G=48.28%
B=13.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177224630.2100.720.1277.5272.256.27
HexB1E03F15048C4e4838
Octal261340772501101411611070
Binary10110001111000001111111010101001000110010011101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E03F; }

 p { color: rgb(177,224,63); }

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

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

 a { background-color: rgb(177,224,63); }

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

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

 span { border-color: rgb(177,224,63); }

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