Shades of Conifer #CAF84F
Tints of Conifer #CAF84F
RGB
CMYK
RGB Variations
Color information
#CAF84F (or 0xCAF84F) is known color: Conifer. HEX triplet: CA, F8 and 4F. RGB value is (202,248,79). Sum of RGB (Red+Green+Blue) = 202+248+79=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF84F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF84F is #3507B0. Grayscale: #D7D7D7. Windows color (decimal): -3475377 or 5241034. OLE color: 5241034.
HSL color Cylindrical-coordinate representation of color #CAF84F: hue angle of 76.33º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAF84F is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 79 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.03 |
| HSL | 76.33º | 0.92% | 0.64% | - |
| HSV(B) | 76.33º | 0.68% | 0.97% | - |
| XYZ | 59.34 | 80.26 | 19.76 | - |
| YUV | 214.98 | 51.26 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 79 | 0.19 | 0 | 0.68 | 0.03 | 76.33 | 0.92 | 0.64 |
| Hex | CA | F8 | 4F | 13 | 0 | 44 | 3 | 4C | 5C | 40 |
| Octal | 312 | 370 | 117 | 23 | 0 | 104 | 3 | 114 | 134 | 100 |
| Binary | 11001010 | 11111000 | 1001111 | 10011 | 0 | 1000100 | 11 | 1001100 | 1011100 | 1000000 |
Color Harmonies of #CAF84F
Complementary color
Monochromatic Colors of #CAF84F
Black with #CAF84F
Text Example
Text Example
White with #CAF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF84F; }
p { color: rgb(202,248,79); }
H1.HeaderClassName
{
color: #CAF84F;
}
.AnyTagClassName
{
color: #CAF84F;
}
</style>
background-color css
<style>
a { background-color: #CAF84F; }
a { background-color: rgb(202,248,79); }
div.DivClassName
{
background-color: #CAF84F;
}
.BgClassName
{
background-color: #CAF84F;
}
</style>
border-color css
<style>
span { border-color: #CAF84F; }
span { border-color: rgb(202,248,79); }
td.TdClassName
{
border-color: #CAF84F;
}
.TagClassName
{
border-color: #CAF84F;
}
</style>