Shades of Conifer #CBF251
Tints of Conifer #CBF251
RGB
CMYK
RGB Variations
Color information
#CBF251 (or 0xCBF251) is known color: Conifer. HEX triplet: CB, F2 and 51. RGB value is (203,242,81). Sum of RGB (Red+Green+Blue) = 203+242+81=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF251 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF251 is #340DAE. Grayscale: #D4D4D4. Windows color (decimal): -3411375 or 5370571. OLE color: 5370571.
HSL color Cylindrical-coordinate representation of color #CBF251: hue angle of 74.53º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF251 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 81 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 74.53º | 0.86% | 0.63% | - |
| HSV(B) | 74.53º | 0.67% | 0.95% | - |
| XYZ | 57.87 | 76.79 | 19.56 | - |
| YUV | 211.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 81 | 0.16 | 0 | 0.67 | 0.05 | 74.53 | 0.86 | 0.63 |
| Hex | CB | F2 | 51 | 10 | 0 | 43 | 5 | 4B | 56 | 3F |
| Octal | 313 | 362 | 121 | 20 | 0 | 103 | 5 | 113 | 126 | 77 |
| Binary | 11001011 | 11110010 | 1010001 | 10000 | 0 | 1000011 | 101 | 1001011 | 1010110 | 111111 |
Color Harmonies of #CBF251
Complementary color
Monochromatic Colors of #CBF251
Black with #CBF251
Text Example
Text Example
White with #CBF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF251; }
p { color: rgb(203,242,81); }
H1.HeaderClassName
{
color: #CBF251;
}
.AnyTagClassName
{
color: #CBF251;
}
</style>
background-color css
<style>
a { background-color: #CBF251; }
a { background-color: rgb(203,242,81); }
div.DivClassName
{
background-color: #CBF251;
}
.BgClassName
{
background-color: #CBF251;
}
</style>
border-color css
<style>
span { border-color: #CBF251; }
span { border-color: rgb(203,242,81); }
td.TdClassName
{
border-color: #CBF251;
}
.TagClassName
{
border-color: #CBF251;
}
</style>