Shades of Conifer #CAF34F
Tints of Conifer #CAF34F
RGB
CMYK
RGB Variations
Color information
#CAF34F (or 0xCAF34F) is known color: Conifer. HEX triplet: CA, F3 and 4F. RGB value is (202,243,79). Sum of RGB (Red+Green+Blue) = 202+243+79=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF34F is #350CB0. Grayscale: #D4D4D4. Windows color (decimal): -3476657 or 5239754. OLE color: 5239754.
HSL color Cylindrical-coordinate representation of color #CAF34F: hue angle of 75º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAF34F is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 79 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.05 |
| HSL | 75º | 0.87% | 0.63% | - |
| HSV(B) | 75º | 0.67% | 0.95% | - |
| XYZ | 57.82 | 77.22 | 19.26 | - |
| YUV | 212.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 79 | 0.17 | 0 | 0.67 | 0.05 | 75 | 0.87 | 0.63 |
| Hex | CA | F3 | 4F | 11 | 0 | 43 | 5 | 4B | 57 | 3F |
| Octal | 312 | 363 | 117 | 21 | 0 | 103 | 5 | 113 | 127 | 77 |
| Binary | 11001010 | 11110011 | 1001111 | 10001 | 0 | 1000011 | 101 | 1001011 | 1010111 | 111111 |
Color Harmonies of #CAF34F
Complementary color
Monochromatic Colors of #CAF34F
Black with #CAF34F
Text Example
Text Example
White with #CAF34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF34F; }
p { color: rgb(202,243,79); }
H1.HeaderClassName
{
color: #CAF34F;
}
.AnyTagClassName
{
color: #CAF34F;
}
</style>
background-color css
<style>
a { background-color: #CAF34F; }
a { background-color: rgb(202,243,79); }
div.DivClassName
{
background-color: #CAF34F;
}
.BgClassName
{
background-color: #CAF34F;
}
</style>
border-color css
<style>
span { border-color: #CAF34F; }
span { border-color: rgb(202,243,79); }
td.TdClassName
{
border-color: #CAF34F;
}
.TagClassName
{
border-color: #CAF34F;
}
</style>