Shades of Conifer #CAF74D
Tints of Conifer #CAF74D
RGB
CMYK
RGB Variations
Color information
#CAF74D (or 0xCAF74D) is known color: Conifer. HEX triplet: CA, F7 and 4D. RGB value is (202,247,77). Sum of RGB (Red+Green+Blue) = 202+247+77=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF74D is #3508B2. Grayscale: #D6D6D6. Windows color (decimal): -3475635 or 5109706. OLE color: 5109706.
HSL color Cylindrical-coordinate representation of color #CAF74D: hue angle of 75.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAF74D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 77 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.03 |
| HSL | 75.88º | 0.91% | 0.64% | - |
| HSV(B) | 75.88º | 0.69% | 0.97% | - |
| XYZ | 58.96 | 79.61 | 19.28 | - |
| YUV | 214.17 | 50.59 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 77 | 0.18 | 0 | 0.69 | 0.03 | 75.88 | 0.91 | 0.64 |
| Hex | CA | F7 | 4D | 12 | 0 | 45 | 3 | 4C | 5B | 40 |
| Octal | 312 | 367 | 115 | 22 | 0 | 105 | 3 | 114 | 133 | 100 |
| Binary | 11001010 | 11110111 | 1001101 | 10010 | 0 | 1000101 | 11 | 1001100 | 1011011 | 1000000 |
Color Harmonies of #CAF74D
Complementary color
Monochromatic Colors of #CAF74D
Black with #CAF74D
Text Example
Text Example
White with #CAF74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF74D; }
p { color: rgb(202,247,77); }
H1.HeaderClassName
{
color: #CAF74D;
}
.AnyTagClassName
{
color: #CAF74D;
}
</style>
background-color css
<style>
a { background-color: #CAF74D; }
a { background-color: rgb(202,247,77); }
div.DivClassName
{
background-color: #CAF74D;
}
.BgClassName
{
background-color: #CAF74D;
}
</style>
border-color css
<style>
span { border-color: #CAF74D; }
span { border-color: rgb(202,247,77); }
td.TdClassName
{
border-color: #CAF74D;
}
.TagClassName
{
border-color: #CAF74D;
}
</style>