#B1E45A

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

Shades of Conifer #B1E45A

Tints of Conifer #B1E45A

Color information

#B1E45A (or 0xB1E45A) is unknown color: approx Conifer. HEX triplet: B1, E4 and 5A. RGB value is (177,228,90). Sum of RGB (Red+Green+Blue) = 177+228+90=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E45A is #4E1BA5. Grayscale: #C5C5C5. Windows color (decimal): -5118886 or 5956785. OLE color: 5956785.

HSL color Cylindrical-coordinate representation of color #B1E45A: hue angle of 82.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1E45A is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB17722890-
CMYK0.2200.610.11
HSL82.17º71.88%62.35%-
HSV(B)82.17º60.53%89.41%-
XYZ47.7265.5719.81-
YUV197.0267.6113.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=35.76%
G=46.06%
B=18.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177228900.2200.610.1182.1771.8862.35
HexB1E45A1603DB52483e
Octal261344132260751312211076
Binary10110001111001001011010101100111101101110100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E45A; }

 p { color: rgb(177,228,90); }

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

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

 a { background-color: rgb(177,228,90); }

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

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

 span { border-color: rgb(177,228,90); }

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