Shades of Conifer #C7F04E
Tints of Conifer #C7F04E
RGB
CMYK
RGB Variations
Color information
#C7F04E (or 0xC7F04E) is known color: Conifer. HEX triplet: C7, F0 and 4E. RGB value is (199,240,78). Sum of RGB (Red+Green+Blue) = 199+240+78=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F04E is #380FB1. Grayscale: #D1D1D1. Windows color (decimal): -3674034 or 5173447. OLE color: 5173447.
HSL color Cylindrical-coordinate representation of color #C7F04E: hue angle of 75.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7F04E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 78 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.06 |
| HSL | 75.19º | 0.84% | 0.62% | - |
| HSV(B) | 75.19º | 0.68% | 0.94% | - |
| XYZ | 56.09 | 75.01 | 18.73 | - |
| YUV | 209.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 78 | 0.17 | 0 | 0.68 | 0.06 | 75.19 | 0.84 | 0.62 |
| Hex | C7 | F0 | 4E | 11 | 0 | 44 | 6 | 4B | 54 | 3E |
| Octal | 307 | 360 | 116 | 21 | 0 | 104 | 6 | 113 | 124 | 76 |
| Binary | 11000111 | 11110000 | 1001110 | 10001 | 0 | 1000100 | 110 | 1001011 | 1010100 | 111110 |
Color Harmonies of #C7F04E
Complementary color
Monochromatic Colors of #C7F04E
Black with #C7F04E
Text Example
Text Example
White with #C7F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F04E; }
p { color: rgb(199,240,78); }
H1.HeaderClassName
{
color: #C7F04E;
}
.AnyTagClassName
{
color: #C7F04E;
}
</style>
background-color css
<style>
a { background-color: #C7F04E; }
a { background-color: rgb(199,240,78); }
div.DivClassName
{
background-color: #C7F04E;
}
.BgClassName
{
background-color: #C7F04E;
}
</style>
border-color css
<style>
span { border-color: #C7F04E; }
span { border-color: rgb(199,240,78); }
td.TdClassName
{
border-color: #C7F04E;
}
.TagClassName
{
border-color: #C7F04E;
}
</style>