Shades of Conifer #B5D65D
Tints of Conifer #B5D65D
RGB
CMYK
RGB Variations
Color information
#B5D65D (or 0xB5D65D) is known color: Conifer. HEX triplet: B5, D6 and 5D. RGB value is (181,214,93). Sum of RGB (Red+Green+Blue) = 181+214+93=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D65D is #4A29A2. Grayscale: #BEBEBE. Windows color (decimal): -4860323 or 6149813. OLE color: 6149813.
HSL color Cylindrical-coordinate representation of color #B5D65D: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5D65D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 93 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.16 |
| HSL | 76.36º | 0.6% | 0.6% | - |
| HSV(B) | 76.36º | 0.57% | 0.84% | - |
| XYZ | 45.08 | 58.71 | 19.31 | - |
| YUV | 190.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 93 | 0.15 | 0 | 0.57 | 0.16 | 76.36 | 0.6 | 0.6 |
| Hex | B5 | D6 | 5D | F | 0 | 39 | 10 | 4C | 3C | 3C |
| Octal | 265 | 326 | 135 | 17 | 0 | 71 | 20 | 114 | 74 | 74 |
| Binary | 10110101 | 11010110 | 1011101 | 1111 | 0 | 111001 | 10000 | 1001100 | 111100 | 111100 |
Color Harmonies of #B5D65D
Complementary color
Monochromatic Colors of #B5D65D
Black with #B5D65D
Text Example
Text Example
White with #B5D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D65D; }
p { color: rgb(181,214,93); }
H1.HeaderClassName
{
color: #B5D65D;
}
.AnyTagClassName
{
color: #B5D65D;
}
</style>
background-color css
<style>
a { background-color: #B5D65D; }
a { background-color: rgb(181,214,93); }
div.DivClassName
{
background-color: #B5D65D;
}
.BgClassName
{
background-color: #B5D65D;
}
</style>
border-color css
<style>
span { border-color: #B5D65D; }
span { border-color: rgb(181,214,93); }
td.TdClassName
{
border-color: #B5D65D;
}
.TagClassName
{
border-color: #B5D65D;
}
</style>