Shades of Conifer #B5DF40
Tints of Conifer #B5DF40
RGB
CMYK
RGB Variations
Color information
#B5DF40 (or 0xB5DF40) is known color: Conifer. HEX triplet: B5, DF and 40. RGB value is (181,223,64). Sum of RGB (Red+Green+Blue) = 181+223+64=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF40 is #4A20BF. Grayscale: #C0C0C0. Windows color (decimal): -4858048 or 4251573. OLE color: 4251573.
HSL color Cylindrical-coordinate representation of color #B5DF40: hue angle of 75.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5DF40 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 64 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.13 |
| HSL | 75.85º | 0.71% | 0.56% | - |
| HSV(B) | 75.85º | 0.71% | 0.87% | - |
| XYZ | 46.37 | 62.97 | 14.56 | - |
| YUV | 192.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 64 | 0.19 | 0 | 0.71 | 0.13 | 75.85 | 0.71 | 0.56 |
| Hex | B5 | DF | 40 | 13 | 0 | 47 | D | 4C | 47 | 38 |
| Octal | 265 | 337 | 100 | 23 | 0 | 107 | 15 | 114 | 107 | 70 |
| Binary | 10110101 | 11011111 | 1000000 | 10011 | 0 | 1000111 | 1101 | 1001100 | 1000111 | 111000 |
Color Harmonies of #B5DF40
Complementary color
Monochromatic Colors of #B5DF40
Black with #B5DF40
Text Example
Text Example
White with #B5DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF40; }
p { color: rgb(181,223,64); }
H1.HeaderClassName
{
color: #B5DF40;
}
.AnyTagClassName
{
color: #B5DF40;
}
</style>
background-color css
<style>
a { background-color: #B5DF40; }
a { background-color: rgb(181,223,64); }
div.DivClassName
{
background-color: #B5DF40;
}
.BgClassName
{
background-color: #B5DF40;
}
</style>
border-color css
<style>
span { border-color: #B5DF40; }
span { border-color: rgb(181,223,64); }
td.TdClassName
{
border-color: #B5DF40;
}
.TagClassName
{
border-color: #B5DF40;
}
</style>