#B5ED49

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

Shades of Conifer #B5ED49

Tints of Conifer #B5ED49

Color information

#B5ED49 (or 0xB5ED49) is unknown color: approx Conifer. HEX triplet: B5, ED and 49. RGB value is (181,237,73). Sum of RGB (Red+Green+Blue) = 181+237+73=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5ED49 is #4A12B6. Grayscale: #CACACA. Windows color (decimal): -4854455 or 4844981. OLE color: 4844981.

HSL color Cylindrical-coordinate representation of color #B5ED49: hue angle of 80.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5ED49 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB18123773-
CMYK0.2400.690.07
HSL80.49º82%60.78%-
HSV(B)80.49º69.2%92.94%-
XYZ50.5470.8717.32-
YUV201.5655.45113.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=36.86%
G=48.27%
B=14.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181237730.2400.690.0780.498260.78
HexB5ED4918045750523d
Octal265355111300105712012275
Binary10110101111011011001001110000100010111110100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ED49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ED49; }

 p { color: rgb(181,237,73); }

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

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

 a { background-color: rgb(181,237,73); }

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

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

 span { border-color: rgb(181,237,73); }

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