Shades of Conifer #C8F14F
Tints of Conifer #C8F14F
RGB
CMYK
RGB Variations
Color information
#C8F14F (or 0xC8F14F) is known color: Conifer. HEX triplet: C8, F1 and 4F. RGB value is (200,241,79). Sum of RGB (Red+Green+Blue) = 200+241+79=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F14F is #370EB0. Grayscale: #D2D2D2. Windows color (decimal): -3608241 or 5239240. OLE color: 5239240.
HSL color Cylindrical-coordinate representation of color #C8F14F: hue angle of 75.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8F14F is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 79 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.05 |
| HSL | 75.19º | 0.85% | 0.63% | - |
| HSV(B) | 75.19º | 0.67% | 0.95% | - |
| XYZ | 56.69 | 75.75 | 19.03 | - |
| YUV | 210.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 79 | 0.17 | 0 | 0.67 | 0.05 | 75.19 | 0.85 | 0.63 |
| Hex | C8 | F1 | 4F | 11 | 0 | 43 | 5 | 4B | 55 | 3F |
| Octal | 310 | 361 | 117 | 21 | 0 | 103 | 5 | 113 | 125 | 77 |
| Binary | 11001000 | 11110001 | 1001111 | 10001 | 0 | 1000011 | 101 | 1001011 | 1010101 | 111111 |
Color Harmonies of #C8F14F
Complementary color
Monochromatic Colors of #C8F14F
Black with #C8F14F
Text Example
Text Example
White with #C8F14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F14F; }
p { color: rgb(200,241,79); }
H1.HeaderClassName
{
color: #C8F14F;
}
.AnyTagClassName
{
color: #C8F14F;
}
</style>
background-color css
<style>
a { background-color: #C8F14F; }
a { background-color: rgb(200,241,79); }
div.DivClassName
{
background-color: #C8F14F;
}
.BgClassName
{
background-color: #C8F14F;
}
</style>
border-color css
<style>
span { border-color: #C8F14F; }
span { border-color: rgb(200,241,79); }
td.TdClassName
{
border-color: #C8F14F;
}
.TagClassName
{
border-color: #C8F14F;
}
</style>