Shades of Conifer #B5DD40
Tints of Conifer #B5DD40
RGB
CMYK
RGB Variations
Color information
#B5DD40 (or 0xB5DD40) is known color: Conifer. HEX triplet: B5, DD and 40. RGB value is (181,221,64). Sum of RGB (Red+Green+Blue) = 181+221+64=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD40 is #4A22BF. Grayscale: #BFBFBF. Windows color (decimal): -4858560 or 4251061. OLE color: 4251061.
HSL color Cylindrical-coordinate representation of color #B5DD40: hue angle of 75.29º degrees, saturation: 0.7, 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 #B5DD40 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 64 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.13 |
| HSL | 75.29º | 0.7% | 0.56% | - |
| HSV(B) | 75.29º | 0.71% | 0.87% | - |
| XYZ | 45.84 | 61.91 | 14.38 | - |
| YUV | 191.14 | 56.25 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 64 | 0.18 | 0 | 0.71 | 0.13 | 75.29 | 0.7 | 0.56 |
| Hex | B5 | DD | 40 | 12 | 0 | 47 | D | 4B | 46 | 38 |
| Octal | 265 | 335 | 100 | 22 | 0 | 107 | 15 | 113 | 106 | 70 |
| Binary | 10110101 | 11011101 | 1000000 | 10010 | 0 | 1000111 | 1101 | 1001011 | 1000110 | 111000 |
Color Harmonies of #B5DD40
Complementary color
Monochromatic Colors of #B5DD40
Black with #B5DD40
Text Example
Text Example
White with #B5DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD40; }
p { color: rgb(181,221,64); }
H1.HeaderClassName
{
color: #B5DD40;
}
.AnyTagClassName
{
color: #B5DD40;
}
</style>
background-color css
<style>
a { background-color: #B5DD40; }
a { background-color: rgb(181,221,64); }
div.DivClassName
{
background-color: #B5DD40;
}
.BgClassName
{
background-color: #B5DD40;
}
</style>
border-color css
<style>
span { border-color: #B5DD40; }
span { border-color: rgb(181,221,64); }
td.TdClassName
{
border-color: #B5DD40;
}
.TagClassName
{
border-color: #B5DD40;
}
</style>