#B5E048

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

Shades of Conifer #B5E048

Tints of Conifer #B5E048

Color information

#B5E048 (or 0xB5E048) is unknown color: approx Conifer. HEX triplet: B5, E0 and 48. RGB value is (181,224,72). Sum of RGB (Red+Green+Blue) = 181+224+72=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E048 is #4A1FB7. Grayscale: #C2C2C2. Windows color (decimal): -4857784 or 4776117. OLE color: 4776117.

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

Color convert

RGB18122472-
CMYK0.1900.680.12
HSL76.97º71.03%58.04%-
HSV(B)76.97º67.86%87.84%-
XYZ46.8863.615.94-
YUV193.8259.25118.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=37.95%
G=46.96%
B=15.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181224720.1900.680.1276.9771.0358.04
HexB5E04813044C4d473a
Octal2653401102301041411510772
Binary101101011110000010010001001101000100110010011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E048; }

 p { color: rgb(181,224,72); }

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

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

 a { background-color: rgb(181,224,72); }

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

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

 span { border-color: rgb(181,224,72); }

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