Shades of Conifer #C7F14D
Tints of Conifer #C7F14D
RGB
CMYK
RGB Variations
Color information
#C7F14D (or 0xC7F14D) is known color: Conifer. HEX triplet: C7, F1 and 4D. RGB value is (199,241,77). Sum of RGB (Red+Green+Blue) = 199+241+77=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F14D is #380EB2. Grayscale: #D2D2D2. Windows color (decimal): -3673779 or 5108167. OLE color: 5108167.
HSL color Cylindrical-coordinate representation of color #C7F14D: hue angle of 75.37º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7F14D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 77 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.05 |
| HSL | 75.37º | 0.85% | 0.62% | - |
| HSV(B) | 75.37º | 0.68% | 0.95% | - |
| XYZ | 56.35 | 75.59 | 18.64 | - |
| YUV | 209.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 77 | 0.17 | 0 | 0.68 | 0.05 | 75.37 | 0.85 | 0.62 |
| Hex | C7 | F1 | 4D | 11 | 0 | 44 | 5 | 4B | 55 | 3E |
| Octal | 307 | 361 | 115 | 21 | 0 | 104 | 5 | 113 | 125 | 76 |
| Binary | 11000111 | 11110001 | 1001101 | 10001 | 0 | 1000100 | 101 | 1001011 | 1010101 | 111110 |
Color Harmonies of #C7F14D
Complementary color
Monochromatic Colors of #C7F14D
Black with #C7F14D
Text Example
Text Example
White with #C7F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F14D; }
p { color: rgb(199,241,77); }
H1.HeaderClassName
{
color: #C7F14D;
}
.AnyTagClassName
{
color: #C7F14D;
}
</style>
background-color css
<style>
a { background-color: #C7F14D; }
a { background-color: rgb(199,241,77); }
div.DivClassName
{
background-color: #C7F14D;
}
.BgClassName
{
background-color: #C7F14D;
}
</style>
border-color css
<style>
span { border-color: #C7F14D; }
span { border-color: rgb(199,241,77); }
td.TdClassName
{
border-color: #C7F14D;
}
.TagClassName
{
border-color: #C7F14D;
}
</style>