#B4E050

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

Shades of Conifer #B4E050

Tints of Conifer #B4E050

Color information

#B4E050 (or 0xB4E050) is unknown color: approx Conifer. HEX triplet: B4, E0 and 50. RGB value is (180,224,80). Sum of RGB (Red+Green+Blue) = 180+224+80=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E050 is #4B1FAF. Grayscale: #C2C2C2. Windows color (decimal): -4923312 or 5300404. OLE color: 5300404.

HSL color Cylindrical-coordinate representation of color #B4E050: hue angle of 78.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4E050 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB18022480-
CMYK0.2000.640.12
HSL78.33º69.9%59.61%-
HSV(B)78.33º64.29%87.84%-
XYZ46.9363.5917.39-
YUV194.4363.42117.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 80 (31.64% from 255) = 16.53%
R=37.19%
G=46.28%
B=16.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180224800.2000.640.1278.3369.959.61
HexB4E05014040C4e463c
Octal2643401202401001411610674
Binary101101001110000010100001010001000000110010011101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E050; }

 p { color: rgb(180,224,80); }

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

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

 a { background-color: rgb(180,224,80); }

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

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

 span { border-color: rgb(180,224,80); }

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