Shades of Conifer #C7F74A
Tints of Conifer #C7F74A
RGB
CMYK
RGB Variations
Color information
#C7F74A (or 0xC7F74A) is known color: Conifer. HEX triplet: C7, F7 and 4A. RGB value is (199,247,74). Sum of RGB (Red+Green+Blue) = 199+247+74=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F74A is #3808B5. Grayscale: #D5D5D5. Windows color (decimal): -3672246 or 4913095. OLE color: 4913095.
HSL color Cylindrical-coordinate representation of color #C7F74A: hue angle of 76.65º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7F74A is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 74 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.03 |
| HSL | 76.65º | 0.92% | 0.63% | - |
| HSV(B) | 76.65º | 0.7% | 0.97% | - |
| XYZ | 58.05 | 79.16 | 18.7 | - |
| YUV | 212.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 74 | 0.19 | 0 | 0.70 | 0.03 | 76.65 | 0.92 | 0.63 |
| Hex | C7 | F7 | 4A | 13 | 0 | 46 | 3 | 4D | 5C | 3F |
| Octal | 307 | 367 | 112 | 23 | 0 | 106 | 3 | 115 | 134 | 77 |
| Binary | 11000111 | 11110111 | 1001010 | 10011 | 0 | 1000110 | 11 | 1001101 | 1011100 | 111111 |
Color Harmonies of #C7F74A
Complementary color
Monochromatic Colors of #C7F74A
Black with #C7F74A
Text Example
Text Example
White with #C7F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F74A; }
p { color: rgb(199,247,74); }
H1.HeaderClassName
{
color: #C7F74A;
}
.AnyTagClassName
{
color: #C7F74A;
}
</style>
background-color css
<style>
a { background-color: #C7F74A; }
a { background-color: rgb(199,247,74); }
div.DivClassName
{
background-color: #C7F74A;
}
.BgClassName
{
background-color: #C7F74A;
}
</style>
border-color css
<style>
span { border-color: #C7F74A; }
span { border-color: rgb(199,247,74); }
td.TdClassName
{
border-color: #C7F74A;
}
.TagClassName
{
border-color: #C7F74A;
}
</style>