Shades of Conifer #CAF64E
Tints of Conifer #CAF64E
RGB
CMYK
RGB Variations
Color information
#CAF64E (or 0xCAF64E) is known color: Conifer. HEX triplet: CA, F6 and 4E. RGB value is (202,246,78). Sum of RGB (Red+Green+Blue) = 202+246+78=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF64E is #3509B1. Grayscale: #D6D6D6. Windows color (decimal): -3475890 or 5174986. OLE color: 5174986.
HSL color Cylindrical-coordinate representation of color #CAF64E: hue angle of 75.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF64E is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 78 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.04 |
| HSL | 75.71º | 0.9% | 0.64% | - |
| HSV(B) | 75.71º | 0.68% | 0.96% | - |
| XYZ | 58.69 | 79.02 | 19.37 | - |
| YUV | 213.69 | 51.42 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 78 | 0.18 | 0 | 0.68 | 0.04 | 75.71 | 0.9 | 0.64 |
| Hex | CA | F6 | 4E | 12 | 0 | 44 | 4 | 4C | 5A | 40 |
| Octal | 312 | 366 | 116 | 22 | 0 | 104 | 4 | 114 | 132 | 100 |
| Binary | 11001010 | 11110110 | 1001110 | 10010 | 0 | 1000100 | 100 | 1001100 | 1011010 | 1000000 |
Color Harmonies of #CAF64E
Complementary color
Monochromatic Colors of #CAF64E
Black with #CAF64E
Text Example
Text Example
White with #CAF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF64E; }
p { color: rgb(202,246,78); }
H1.HeaderClassName
{
color: #CAF64E;
}
.AnyTagClassName
{
color: #CAF64E;
}
</style>
background-color css
<style>
a { background-color: #CAF64E; }
a { background-color: rgb(202,246,78); }
div.DivClassName
{
background-color: #CAF64E;
}
.BgClassName
{
background-color: #CAF64E;
}
</style>
border-color css
<style>
span { border-color: #CAF64E; }
span { border-color: rgb(202,246,78); }
td.TdClassName
{
border-color: #CAF64E;
}
.TagClassName
{
border-color: #CAF64E;
}
</style>