Shades of Conifer #B5DD4B
Tints of Conifer #B5DD4B
RGB
CMYK
RGB Variations
Color information
#B5DD4B (or 0xB5DD4B) is known color: Conifer. HEX triplet: B5, DD and 4B. RGB value is (181,221,75). Sum of RGB (Red+Green+Blue) = 181+221+75=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD4B is #4A22B4. Grayscale: #C0C0C0. Windows color (decimal): -4858549 or 4971957. OLE color: 4971957.
HSL color Cylindrical-coordinate representation of color #B5DD4B: hue angle of 76.44º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5DD4B is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 75 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.13 |
| HSL | 76.44º | 0.68% | 0.58% | - |
| HSV(B) | 76.44º | 0.66% | 0.87% | - |
| XYZ | 46.18 | 62.04 | 16.2 | - |
| YUV | 192.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 75 | 0.18 | 0 | 0.66 | 0.13 | 76.44 | 0.68 | 0.58 |
| Hex | B5 | DD | 4B | 12 | 0 | 42 | D | 4C | 44 | 3A |
| Octal | 265 | 335 | 113 | 22 | 0 | 102 | 15 | 114 | 104 | 72 |
| Binary | 10110101 | 11011101 | 1001011 | 10010 | 0 | 1000010 | 1101 | 1001100 | 1000100 | 111010 |
Color Harmonies of #B5DD4B
Complementary color
Monochromatic Colors of #B5DD4B
Black with #B5DD4B
Text Example
Text Example
White with #B5DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD4B; }
p { color: rgb(181,221,75); }
H1.HeaderClassName
{
color: #B5DD4B;
}
.AnyTagClassName
{
color: #B5DD4B;
}
</style>
background-color css
<style>
a { background-color: #B5DD4B; }
a { background-color: rgb(181,221,75); }
div.DivClassName
{
background-color: #B5DD4B;
}
.BgClassName
{
background-color: #B5DD4B;
}
</style>
border-color css
<style>
span { border-color: #B5DD4B; }
span { border-color: rgb(181,221,75); }
td.TdClassName
{
border-color: #B5DD4B;
}
.TagClassName
{
border-color: #B5DD4B;
}
</style>