Shades of Conifer #C2F94E
Tints of Conifer #C2F94E
RGB
CMYK
RGB Variations
Color information
#C2F94E (or 0xC2F94E) is known color: Conifer. HEX triplet: C2, F9 and 4E. RGB value is (194,249,78). Sum of RGB (Red+Green+Blue) = 194+249+78=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F94E is #3D06B1. Grayscale: #D5D5D5. Windows color (decimal): -3999410 or 5175746. OLE color: 5175746.
HSL color Cylindrical-coordinate representation of color #C2F94E: hue angle of 79.3º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2F94E is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 78 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.02 |
| HSL | 79.3º | 0.93% | 0.64% | - |
| HSV(B) | 79.3º | 0.69% | 0.98% | - |
| XYZ | 57.5 | 79.77 | 19.57 | - |
| YUV | 213.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 78 | 0.22 | 0 | 0.69 | 0.02 | 79.3 | 0.93 | 0.64 |
| Hex | C2 | F9 | 4E | 16 | 0 | 45 | 2 | 4F | 5D | 40 |
| Octal | 302 | 371 | 116 | 26 | 0 | 105 | 2 | 117 | 135 | 100 |
| Binary | 11000010 | 11111001 | 1001110 | 10110 | 0 | 1000101 | 10 | 1001111 | 1011101 | 1000000 |
Color Harmonies of #C2F94E
Complementary color
Monochromatic Colors of #C2F94E
Black with #C2F94E
Text Example
Text Example
White with #C2F94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F94E; }
p { color: rgb(194,249,78); }
H1.HeaderClassName
{
color: #C2F94E;
}
.AnyTagClassName
{
color: #C2F94E;
}
</style>
background-color css
<style>
a { background-color: #C2F94E; }
a { background-color: rgb(194,249,78); }
div.DivClassName
{
background-color: #C2F94E;
}
.BgClassName
{
background-color: #C2F94E;
}
</style>
border-color css
<style>
span { border-color: #C2F94E; }
span { border-color: rgb(194,249,78); }
td.TdClassName
{
border-color: #C2F94E;
}
.TagClassName
{
border-color: #C2F94E;
}
</style>