Shades of Conifer #B3CF51
Tints of Conifer #B3CF51
RGB
CMYK
RGB Variations
Color information
#B3CF51 (or 0xB3CF51) is known color: Conifer. HEX triplet: B3, CF and 51. RGB value is (179,207,81). Sum of RGB (Red+Green+Blue) = 179+207+81=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF51 is #4C30AE. Grayscale: #B8B8B8. Windows color (decimal): -4993199 or 5361587. OLE color: 5361587.
HSL color Cylindrical-coordinate representation of color #B3CF51: hue angle of 73.33º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3CF51 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 81 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.19 |
| HSL | 73.33º | 0.57% | 0.56% | - |
| HSV(B) | 73.33º | 0.61% | 0.81% | - |
| XYZ | 42.39 | 54.8 | 16.13 | - |
| YUV | 184.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 81 | 0.14 | 0 | 0.61 | 0.19 | 73.33 | 0.57 | 0.56 |
| Hex | B3 | CF | 51 | E | 0 | 3D | 13 | 49 | 39 | 38 |
| Octal | 263 | 317 | 121 | 16 | 0 | 75 | 23 | 111 | 71 | 70 |
| Binary | 10110011 | 11001111 | 1010001 | 1110 | 0 | 111101 | 10011 | 1001001 | 111001 | 111000 |
Color Harmonies of #B3CF51
Complementary color
Monochromatic Colors of #B3CF51
Black with #B3CF51
Text Example
Text Example
White with #B3CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF51; }
p { color: rgb(179,207,81); }
H1.HeaderClassName
{
color: #B3CF51;
}
.AnyTagClassName
{
color: #B3CF51;
}
</style>
background-color css
<style>
a { background-color: #B3CF51; }
a { background-color: rgb(179,207,81); }
div.DivClassName
{
background-color: #B3CF51;
}
.BgClassName
{
background-color: #B3CF51;
}
</style>
border-color css
<style>
span { border-color: #B3CF51; }
span { border-color: rgb(179,207,81); }
td.TdClassName
{
border-color: #B3CF51;
}
.TagClassName
{
border-color: #B3CF51;
}
</style>