Shades of Conifer #CAF64F
Tints of Conifer #CAF64F
RGB
CMYK
RGB Variations
Color information
#CAF64F (or 0xCAF64F) is known color: Conifer. HEX triplet: CA, F6 and 4F. RGB value is (202,246,79). Sum of RGB (Red+Green+Blue) = 202+246+79=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF64F is #3509B0. Grayscale: #D6D6D6. Windows color (decimal): -3475889 or 5240522. OLE color: 5240522.
HSL color Cylindrical-coordinate representation of color #CAF64F: hue angle of 75.81º 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 #CAF64F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 79 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.04 |
| HSL | 75.81º | 0.9% | 0.64% | - |
| HSV(B) | 75.81º | 0.68% | 0.96% | - |
| XYZ | 58.72 | 79.03 | 19.56 | - |
| YUV | 213.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 79 | 0.18 | 0 | 0.68 | 0.04 | 75.81 | 0.9 | 0.64 |
| Hex | CA | F6 | 4F | 12 | 0 | 44 | 4 | 4C | 5A | 40 |
| Octal | 312 | 366 | 117 | 22 | 0 | 104 | 4 | 114 | 132 | 100 |
| Binary | 11001010 | 11110110 | 1001111 | 10010 | 0 | 1000100 | 100 | 1001100 | 1011010 | 1000000 |
Color Harmonies of #CAF64F
Complementary color
Monochromatic Colors of #CAF64F
Black with #CAF64F
Text Example
Text Example
White with #CAF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF64F; }
p { color: rgb(202,246,79); }
H1.HeaderClassName
{
color: #CAF64F;
}
.AnyTagClassName
{
color: #CAF64F;
}
</style>
background-color css
<style>
a { background-color: #CAF64F; }
a { background-color: rgb(202,246,79); }
div.DivClassName
{
background-color: #CAF64F;
}
.BgClassName
{
background-color: #CAF64F;
}
</style>
border-color css
<style>
span { border-color: #CAF64F; }
span { border-color: rgb(202,246,79); }
td.TdClassName
{
border-color: #CAF64F;
}
.TagClassName
{
border-color: #CAF64F;
}
</style>