#b5d244

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

Shades of Conifer #B5D244

Tints of Conifer #B5D244

Color information

#B5D244 (or 0xB5D244) is unknown color: approx Conifer. HEX triplet: B5, D2 and 44. RGB value is (181,210,68). Sum of RGB (Red+Green+Blue) = 181+210+68=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D244 is #4A2DBB. Grayscale: #B9B9B9. Windows color (decimal): -4861372 or 4510389. OLE color: 4510389.

HSL color Cylindrical-coordinate representation of color #B5D244: hue angle of 72.25º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5D244 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB18121068-
CMYK0.1400.680.18
HSL72.25º61.21%54.51%-
HSV(B)72.25º67.62%82.35%-
XYZ43.1556.3314.07-
YUV185.1461.89125.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 210 (82.42% from 255) = 45.75%
BLUE value IS 68 (26.95% from 255) = 14.81%
R=39.43%
G=45.75%
B=14.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181210680.1400.680.1872.2561.2154.51
HexB5D244E04412483d37
Octal265322104160104221107567
Binary10110101110100101000100111001000100100101001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5d244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5d244; }

 p { color: rgb(181,210,68); }

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

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

 a { background-color: rgb(181,210,68); }

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

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

 span { border-color: rgb(181,210,68); }

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