Shades of Conifer #CBF851
Tints of Conifer #CBF851
RGB
CMYK
RGB Variations
Color information
#CBF851 (or 0xCBF851) is known color: Conifer. HEX triplet: CB, F8 and 51. RGB value is (203,248,81). Sum of RGB (Red+Green+Blue) = 203+248+81=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF851 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF851 is #3407AE. Grayscale: #D8D8D8. Windows color (decimal): -3409839 or 5372107. OLE color: 5372107.
HSL color Cylindrical-coordinate representation of color #CBF851: hue angle of 76.17º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF851 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 81 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.03 |
| HSL | 76.17º | 0.92% | 0.65% | - |
| HSV(B) | 76.17º | 0.67% | 0.97% | - |
| XYZ | 59.68 | 80.43 | 20.16 | - |
| YUV | 215.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 81 | 0.18 | 0 | 0.67 | 0.03 | 76.17 | 0.92 | 0.65 |
| Hex | CB | F8 | 51 | 12 | 0 | 43 | 3 | 4C | 5C | 41 |
| Octal | 313 | 370 | 121 | 22 | 0 | 103 | 3 | 114 | 134 | 101 |
| Binary | 11001011 | 11111000 | 1010001 | 10010 | 0 | 1000011 | 11 | 1001100 | 1011100 | 1000001 |
Color Harmonies of #CBF851
Complementary color
Monochromatic Colors of #CBF851
Black with #CBF851
Text Example
Text Example
White with #CBF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF851; }
p { color: rgb(203,248,81); }
H1.HeaderClassName
{
color: #CBF851;
}
.AnyTagClassName
{
color: #CBF851;
}
</style>
background-color css
<style>
a { background-color: #CBF851; }
a { background-color: rgb(203,248,81); }
div.DivClassName
{
background-color: #CBF851;
}
.BgClassName
{
background-color: #CBF851;
}
</style>
border-color css
<style>
span { border-color: #CBF851; }
span { border-color: rgb(203,248,81); }
td.TdClassName
{
border-color: #CBF851;
}
.TagClassName
{
border-color: #CBF851;
}
</style>