Shades of Conifer #CAF151
Tints of Conifer #CAF151
RGB
CMYK
RGB Variations
Color information
#CAF151 (or 0xCAF151) is known color: Conifer. HEX triplet: CA, F1 and 51. RGB value is (202,241,81). Sum of RGB (Red+Green+Blue) = 202+241+81=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF151 is #350EAE. Grayscale: #D3D3D3. Windows color (decimal): -3477167 or 5370314. OLE color: 5370314.
HSL color Cylindrical-coordinate representation of color #CAF151: hue angle of 74.62º 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 #CAF151 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 81 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.05 |
| HSL | 74.63º | 0.85% | 0.63% | - |
| HSV(B) | 74.63º | 0.66% | 0.95% | - |
| XYZ | 57.3 | 76.06 | 19.45 | - |
| YUV | 211.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 81 | 0.16 | 0 | 0.66 | 0.05 | 74.63 | 0.85 | 0.63 |
| Hex | CA | F1 | 51 | 10 | 0 | 42 | 5 | 4B | 55 | 3F |
| Octal | 312 | 361 | 121 | 20 | 0 | 102 | 5 | 113 | 125 | 77 |
| Binary | 11001010 | 11110001 | 1010001 | 10000 | 0 | 1000010 | 101 | 1001011 | 1010101 | 111111 |
Color Harmonies of #CAF151
Complementary color
Monochromatic Colors of #CAF151
Black with #CAF151
Text Example
Text Example
White with #CAF151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF151; }
p { color: rgb(202,241,81); }
H1.HeaderClassName
{
color: #CAF151;
}
.AnyTagClassName
{
color: #CAF151;
}
</style>
background-color css
<style>
a { background-color: #CAF151; }
a { background-color: rgb(202,241,81); }
div.DivClassName
{
background-color: #CAF151;
}
.BgClassName
{
background-color: #CAF151;
}
</style>
border-color css
<style>
span { border-color: #CAF151; }
span { border-color: rgb(202,241,81); }
td.TdClassName
{
border-color: #CAF151;
}
.TagClassName
{
border-color: #CAF151;
}
</style>