Shades of Conifer #CAF150
Tints of Conifer #CAF150
RGB
CMYK
RGB Variations
Color information
#CAF150 (or 0xCAF150) is known color: Conifer. HEX triplet: CA, F1 and 50. RGB value is (202,241,80). Sum of RGB (Red+Green+Blue) = 202+241+80=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF150 is #350EAF. Grayscale: #D3D3D3. Windows color (decimal): -3477168 or 5304778. OLE color: 5304778.
HSL color Cylindrical-coordinate representation of color #CAF150: hue angle of 74.53º degrees, saturation: 0.85, 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 #CAF150 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 74.53º | 0.85% | 0.63% | - |
| HSV(B) | 74.53º | 0.67% | 0.95% | - |
| XYZ | 57.26 | 76.05 | 19.25 | - |
| YUV | 210.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 80 | 0.16 | 0 | 0.67 | 0.05 | 74.53 | 0.85 | 0.63 |
| Hex | CA | F1 | 50 | 10 | 0 | 43 | 5 | 4B | 55 | 3F |
| Octal | 312 | 361 | 120 | 20 | 0 | 103 | 5 | 113 | 125 | 77 |
| Binary | 11001010 | 11110001 | 1010000 | 10000 | 0 | 1000011 | 101 | 1001011 | 1010101 | 111111 |
Color Harmonies of #CAF150
Complementary color
Monochromatic Colors of #CAF150
Black with #CAF150
Text Example
Text Example
White with #CAF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF150; }
p { color: rgb(202,241,80); }
H1.HeaderClassName
{
color: #CAF150;
}
.AnyTagClassName
{
color: #CAF150;
}
</style>
background-color css
<style>
a { background-color: #CAF150; }
a { background-color: rgb(202,241,80); }
div.DivClassName
{
background-color: #CAF150;
}
.BgClassName
{
background-color: #CAF150;
}
</style>
border-color css
<style>
span { border-color: #CAF150; }
span { border-color: rgb(202,241,80); }
td.TdClassName
{
border-color: #CAF150;
}
.TagClassName
{
border-color: #CAF150;
}
</style>