Shades of Conifer #CAF14E
Tints of Conifer #CAF14E
RGB
CMYK
RGB Variations
Color information
#CAF14E (or 0xCAF14E) is known color: Conifer. HEX triplet: CA, F1 and 4E. RGB value is (202,241,78). Sum of RGB (Red+Green+Blue) = 202+241+78=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF14E is #350EB1. Grayscale: #D3D3D3. Windows color (decimal): -3477170 or 5173706. OLE color: 5173706.
HSL color Cylindrical-coordinate representation of color #CAF14E: hue angle of 74.36º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF14E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 78 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.05 |
| HSL | 74.36º | 0.85% | 0.63% | - |
| HSV(B) | 74.36º | 0.68% | 0.95% | - |
| XYZ | 57.19 | 76.02 | 18.87 | - |
| YUV | 210.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 78 | 0.16 | 0 | 0.68 | 0.05 | 74.36 | 0.85 | 0.63 |
| Hex | CA | F1 | 4E | 10 | 0 | 44 | 5 | 4A | 55 | 3F |
| Octal | 312 | 361 | 116 | 20 | 0 | 104 | 5 | 112 | 125 | 77 |
| Binary | 11001010 | 11110001 | 1001110 | 10000 | 0 | 1000100 | 101 | 1001010 | 1010101 | 111111 |
Color Harmonies of #CAF14E
Complementary color
Monochromatic Colors of #CAF14E
Black with #CAF14E
Text Example
Text Example
White with #CAF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF14E; }
p { color: rgb(202,241,78); }
H1.HeaderClassName
{
color: #CAF14E;
}
.AnyTagClassName
{
color: #CAF14E;
}
</style>
background-color css
<style>
a { background-color: #CAF14E; }
a { background-color: rgb(202,241,78); }
div.DivClassName
{
background-color: #CAF14E;
}
.BgClassName
{
background-color: #CAF14E;
}
</style>
border-color css
<style>
span { border-color: #CAF14E; }
span { border-color: rgb(202,241,78); }
td.TdClassName
{
border-color: #CAF14E;
}
.TagClassName
{
border-color: #CAF14E;
}
</style>