#B1E04A

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

Shades of Conifer #B1E04A

Tints of Conifer #B1E04A

Color information

#B1E04A (or 0xB1E04A) is unknown color: approx Conifer. HEX triplet: B1, E0 and 4A. RGB value is (177,224,74). Sum of RGB (Red+Green+Blue) = 177+224+74=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1E04A is #4E1FB5. Grayscale: #C1C1C1. Windows color (decimal): -5119926 or 4907185. OLE color: 4907185.

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

Color convert

RGB17722474-
CMYK0.2100.670.12
HSL78.8º70.75%58.43%-
HSV(B)78.8º66.96%87.84%-
XYZ46.0263.1516.24-
YUV192.8560.93116.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 74 (29.30% from 255) = 15.58%
R=37.26%
G=47.16%
B=15.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177224740.2100.670.1278.870.7558.43
HexB1E04A15043C4f473a
Octal2613401122501031411710772
Binary101100011110000010010101010101000011110010011111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E04A; }

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

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

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

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

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

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

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

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