Shades of Conifer #C7F94F
Tints of Conifer #C7F94F
RGB
CMYK
RGB Variations
Color information
#C7F94F (or 0xC7F94F) is known color: Conifer. HEX triplet: C7, F9 and 4F. RGB value is (199,249,79). Sum of RGB (Red+Green+Blue) = 199+249+79=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F94F is #3806B0. Grayscale: #D7D7D7. Windows color (decimal): -3671729 or 5241287. OLE color: 5241287.
HSL color Cylindrical-coordinate representation of color #C7F94F: hue angle of 77.65º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7F94F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 79 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.02 |
| HSL | 77.65º | 0.93% | 0.64% | - |
| HSV(B) | 77.65º | 0.68% | 0.98% | - |
| XYZ | 58.84 | 80.46 | 19.83 | - |
| YUV | 214.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 79 | 0.20 | 0 | 0.68 | 0.02 | 77.65 | 0.93 | 0.64 |
| Hex | C7 | F9 | 4F | 14 | 0 | 44 | 2 | 4E | 5D | 40 |
| Octal | 307 | 371 | 117 | 24 | 0 | 104 | 2 | 116 | 135 | 100 |
| Binary | 11000111 | 11111001 | 1001111 | 10100 | 0 | 1000100 | 10 | 1001110 | 1011101 | 1000000 |
Color Harmonies of #C7F94F
Complementary color
Monochromatic Colors of #C7F94F
Black with #C7F94F
Text Example
Text Example
White with #C7F94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F94F; }
p { color: rgb(199,249,79); }
H1.HeaderClassName
{
color: #C7F94F;
}
.AnyTagClassName
{
color: #C7F94F;
}
</style>
background-color css
<style>
a { background-color: #C7F94F; }
a { background-color: rgb(199,249,79); }
div.DivClassName
{
background-color: #C7F94F;
}
.BgClassName
{
background-color: #C7F94F;
}
</style>
border-color css
<style>
span { border-color: #C7F94F; }
span { border-color: rgb(199,249,79); }
td.TdClassName
{
border-color: #C7F94F;
}
.TagClassName
{
border-color: #C7F94F;
}
</style>