Shades of Conifer #CBF151
Tints of Conifer #CBF151
RGB
CMYK
RGB Variations
Color information
#CBF151 (or 0xCBF151) is known color: Conifer. HEX triplet: CB, F1 and 51. RGB value is (203,241,81). Sum of RGB (Red+Green+Blue) = 203+241+81=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF151 is #340EAE. Grayscale: #D4D4D4. Windows color (decimal): -3411631 or 5370315. OLE color: 5370315.
HSL color Cylindrical-coordinate representation of color #CBF151: hue angle of 74.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBF151 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 81 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.05 |
| HSL | 74.25º | 0.85% | 0.63% | - |
| HSV(B) | 74.25º | 0.66% | 0.95% | - |
| XYZ | 57.57 | 76.2 | 19.46 | - |
| YUV | 211.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 81 | 0.16 | 0 | 0.66 | 0.05 | 74.25 | 0.85 | 0.63 |
| Hex | CB | F1 | 51 | 10 | 0 | 42 | 5 | 4A | 55 | 3F |
| Octal | 313 | 361 | 121 | 20 | 0 | 102 | 5 | 112 | 125 | 77 |
| Binary | 11001011 | 11110001 | 1010001 | 10000 | 0 | 1000010 | 101 | 1001010 | 1010101 | 111111 |
Color Harmonies of #CBF151
Complementary color
Monochromatic Colors of #CBF151
Black with #CBF151
Text Example
Text Example
White with #CBF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF151; }
p { color: rgb(203,241,81); }
H1.HeaderClassName
{
color: #CBF151;
}
.AnyTagClassName
{
color: #CBF151;
}
</style>
background-color css
<style>
a { background-color: #CBF151; }
a { background-color: rgb(203,241,81); }
div.DivClassName
{
background-color: #CBF151;
}
.BgClassName
{
background-color: #CBF151;
}
</style>
border-color css
<style>
span { border-color: #CBF151; }
span { border-color: rgb(203,241,81); }
td.TdClassName
{
border-color: #CBF151;
}
.TagClassName
{
border-color: #CBF151;
}
</style>