Shades of Conifer #CBF551
Tints of Conifer #CBF551
RGB
CMYK
RGB Variations
Color information
#CBF551 (or 0xCBF551) is known color: Conifer. HEX triplet: CB, F5 and 51. RGB value is (203,245,81). Sum of RGB (Red+Green+Blue) = 203+245+81=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF551 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF551 is #340AAE. Grayscale: #D6D6D6. Windows color (decimal): -3410607 or 5371339. OLE color: 5371339.
HSL color Cylindrical-coordinate representation of color #CBF551: hue angle of 75.37º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF551 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 81 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75.37º | 0.89% | 0.64% | - |
| HSV(B) | 75.37º | 0.67% | 0.96% | - |
| XYZ | 58.77 | 78.6 | 19.86 | - |
| YUV | 213.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 81 | 0.17 | 0 | 0.67 | 0.04 | 75.37 | 0.89 | 0.64 |
| Hex | CB | F5 | 51 | 11 | 0 | 43 | 4 | 4B | 59 | 40 |
| Octal | 313 | 365 | 121 | 21 | 0 | 103 | 4 | 113 | 131 | 100 |
| Binary | 11001011 | 11110101 | 1010001 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011001 | 1000000 |
Color Harmonies of #CBF551
Complementary color
Monochromatic Colors of #CBF551
Black with #CBF551
Text Example
Text Example
White with #CBF551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF551; }
p { color: rgb(203,245,81); }
H1.HeaderClassName
{
color: #CBF551;
}
.AnyTagClassName
{
color: #CBF551;
}
</style>
background-color css
<style>
a { background-color: #CBF551; }
a { background-color: rgb(203,245,81); }
div.DivClassName
{
background-color: #CBF551;
}
.BgClassName
{
background-color: #CBF551;
}
</style>
border-color css
<style>
span { border-color: #CBF551; }
span { border-color: rgb(203,245,81); }
td.TdClassName
{
border-color: #CBF551;
}
.TagClassName
{
border-color: #CBF551;
}
</style>