Shades of Conifer #C8F14C
Tints of Conifer #C8F14C
RGB
CMYK
RGB Variations
Color information
#C8F14C (or 0xC8F14C) is known color: Conifer. HEX triplet: C8, F1 and 4C. RGB value is (200,241,76). Sum of RGB (Red+Green+Blue) = 200+241+76=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F14C is #370EB3. Grayscale: #D2D2D2. Windows color (decimal): -3608244 or 5042632. OLE color: 5042632.
HSL color Cylindrical-coordinate representation of color #C8F14C: hue angle of 74.91º 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 #C8F14C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 76 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.05 |
| HSL | 74.91º | 0.85% | 0.62% | - |
| HSV(B) | 74.91º | 0.68% | 0.95% | - |
| XYZ | 56.58 | 75.71 | 18.47 | - |
| YUV | 209.93 | 52.42 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 76 | 0.17 | 0 | 0.68 | 0.05 | 74.91 | 0.85 | 0.62 |
| Hex | C8 | F1 | 4C | 11 | 0 | 44 | 5 | 4B | 55 | 3E |
| Octal | 310 | 361 | 114 | 21 | 0 | 104 | 5 | 113 | 125 | 76 |
| Binary | 11001000 | 11110001 | 1001100 | 10001 | 0 | 1000100 | 101 | 1001011 | 1010101 | 111110 |
Color Harmonies of #C8F14C
Complementary color
Monochromatic Colors of #C8F14C
Black with #C8F14C
Text Example
Text Example
White with #C8F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F14C; }
p { color: rgb(200,241,76); }
H1.HeaderClassName
{
color: #C8F14C;
}
.AnyTagClassName
{
color: #C8F14C;
}
</style>
background-color css
<style>
a { background-color: #C8F14C; }
a { background-color: rgb(200,241,76); }
div.DivClassName
{
background-color: #C8F14C;
}
.BgClassName
{
background-color: #C8F14C;
}
</style>
border-color css
<style>
span { border-color: #C8F14C; }
span { border-color: rgb(200,241,76); }
td.TdClassName
{
border-color: #C8F14C;
}
.TagClassName
{
border-color: #C8F14C;
}
</style>