Shades of Conifer #CAF74C
Tints of Conifer #CAF74C
RGB
CMYK
RGB Variations
Color information
#CAF74C (or 0xCAF74C) is known color: Conifer. HEX triplet: CA, F7 and 4C. RGB value is (202,247,76). Sum of RGB (Red+Green+Blue) = 202+247+76=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF74C is #3508B3. Grayscale: #D6D6D6. Windows color (decimal): -3475636 or 5044170. OLE color: 5044170.
HSL color Cylindrical-coordinate representation of color #CAF74C: hue angle of 75.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAF74C is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 76 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.03 |
| HSL | 75.79º | 0.91% | 0.63% | - |
| HSV(B) | 75.79º | 0.69% | 0.97% | - |
| XYZ | 58.92 | 79.6 | 19.1 | - |
| YUV | 214.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 76 | 0.18 | 0 | 0.69 | 0.03 | 75.79 | 0.91 | 0.63 |
| Hex | CA | F7 | 4C | 12 | 0 | 45 | 3 | 4C | 5B | 3F |
| Octal | 312 | 367 | 114 | 22 | 0 | 105 | 3 | 114 | 133 | 77 |
| Binary | 11001010 | 11110111 | 1001100 | 10010 | 0 | 1000101 | 11 | 1001100 | 1011011 | 111111 |
Color Harmonies of #CAF74C
Complementary color
Monochromatic Colors of #CAF74C
Black with #CAF74C
Text Example
Text Example
White with #CAF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF74C; }
p { color: rgb(202,247,76); }
H1.HeaderClassName
{
color: #CAF74C;
}
.AnyTagClassName
{
color: #CAF74C;
}
</style>
background-color css
<style>
a { background-color: #CAF74C; }
a { background-color: rgb(202,247,76); }
div.DivClassName
{
background-color: #CAF74C;
}
.BgClassName
{
background-color: #CAF74C;
}
</style>
border-color css
<style>
span { border-color: #CAF74C; }
span { border-color: rgb(202,247,76); }
td.TdClassName
{
border-color: #CAF74C;
}
.TagClassName
{
border-color: #CAF74C;
}
</style>