Shades of Conifer #B5CF55
Tints of Conifer #B5CF55
RGB
CMYK
RGB Variations
Color information
#B5CF55 (or 0xB5CF55) is known color: Conifer. HEX triplet: B5, CF and 55. RGB value is (181,207,85). Sum of RGB (Red+Green+Blue) = 181+207+85=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF55 is #4A30AA. Grayscale: #B9B9B9. Windows color (decimal): -4862123 or 5623733. OLE color: 5623733.
HSL color Cylindrical-coordinate representation of color #B5CF55: hue angle of 72.79º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5CF55 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 85 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.19 |
| HSL | 72.79º | 0.56% | 0.57% | - |
| HSV(B) | 72.79º | 0.59% | 0.81% | - |
| XYZ | 43.01 | 55.11 | 16.96 | - |
| YUV | 185.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 85 | 0.13 | 0 | 0.59 | 0.19 | 72.79 | 0.56 | 0.57 |
| Hex | B5 | CF | 55 | D | 0 | 3B | 13 | 49 | 38 | 39 |
| Octal | 265 | 317 | 125 | 15 | 0 | 73 | 23 | 111 | 70 | 71 |
| Binary | 10110101 | 11001111 | 1010101 | 1101 | 0 | 111011 | 10011 | 1001001 | 111000 | 111001 |
Color Harmonies of #B5CF55
Complementary color
Monochromatic Colors of #B5CF55
Black with #B5CF55
Text Example
Text Example
White with #B5CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF55; }
p { color: rgb(181,207,85); }
H1.HeaderClassName
{
color: #B5CF55;
}
.AnyTagClassName
{
color: #B5CF55;
}
</style>
background-color css
<style>
a { background-color: #B5CF55; }
a { background-color: rgb(181,207,85); }
div.DivClassName
{
background-color: #B5CF55;
}
.BgClassName
{
background-color: #B5CF55;
}
</style>
border-color css
<style>
span { border-color: #B5CF55; }
span { border-color: rgb(181,207,85); }
td.TdClassName
{
border-color: #B5CF55;
}
.TagClassName
{
border-color: #B5CF55;
}
</style>