Shades of Conifer #CAF24D
Tints of Conifer #CAF24D
RGB
CMYK
RGB Variations
Color information
#CAF24D (or 0xCAF24D) is known color: Conifer. HEX triplet: CA, F2 and 4D. RGB value is (202,242,77). Sum of RGB (Red+Green+Blue) = 202+242+77=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF24D is #350DB2. Grayscale: #D3D3D3. Windows color (decimal): -3476915 or 5108426. OLE color: 5108426.
HSL color Cylindrical-coordinate representation of color #CAF24D: hue angle of 74.55º degrees, saturation: 0.86, 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 #CAF24D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 77 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.05 |
| HSL | 74.55º | 0.86% | 0.63% | - |
| HSV(B) | 74.55º | 0.68% | 0.95% | - |
| XYZ | 57.45 | 76.6 | 18.78 | - |
| YUV | 211.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 77 | 0.17 | 0 | 0.68 | 0.05 | 74.55 | 0.86 | 0.63 |
| Hex | CA | F2 | 4D | 11 | 0 | 44 | 5 | 4B | 56 | 3F |
| Octal | 312 | 362 | 115 | 21 | 0 | 104 | 5 | 113 | 126 | 77 |
| Binary | 11001010 | 11110010 | 1001101 | 10001 | 0 | 1000100 | 101 | 1001011 | 1010110 | 111111 |
Color Harmonies of #CAF24D
Complementary color
Monochromatic Colors of #CAF24D
Black with #CAF24D
Text Example
Text Example
White with #CAF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF24D; }
p { color: rgb(202,242,77); }
H1.HeaderClassName
{
color: #CAF24D;
}
.AnyTagClassName
{
color: #CAF24D;
}
</style>
background-color css
<style>
a { background-color: #CAF24D; }
a { background-color: rgb(202,242,77); }
div.DivClassName
{
background-color: #CAF24D;
}
.BgClassName
{
background-color: #CAF24D;
}
</style>
border-color css
<style>
span { border-color: #CAF24D; }
span { border-color: rgb(202,242,77); }
td.TdClassName
{
border-color: #CAF24D;
}
.TagClassName
{
border-color: #CAF24D;
}
</style>