Shades of Conifer #C2F24C
Tints of Conifer #C2F24C
RGB
CMYK
RGB Variations
Color information
#C2F24C (or 0xC2F24C) is known color: Conifer. HEX triplet: C2, F2 and 4C. RGB value is (194,242,76). Sum of RGB (Red+Green+Blue) = 194+242+76=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F24C is #3D0DB3. Grayscale: #D1D1D1. Windows color (decimal): -4001204 or 5042882. OLE color: 5042882.
HSL color Cylindrical-coordinate representation of color #C2F24C: hue angle of 77.35º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2F24C is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 76 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.05 |
| HSL | 77.35º | 0.86% | 0.62% | - |
| HSV(B) | 77.35º | 0.69% | 0.95% | - |
| XYZ | 55.3 | 75.5 | 18.49 | - |
| YUV | 208.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 76 | 0.20 | 0 | 0.69 | 0.05 | 77.35 | 0.86 | 0.62 |
| Hex | C2 | F2 | 4C | 14 | 0 | 45 | 5 | 4D | 56 | 3E |
| Octal | 302 | 362 | 114 | 24 | 0 | 105 | 5 | 115 | 126 | 76 |
| Binary | 11000010 | 11110010 | 1001100 | 10100 | 0 | 1000101 | 101 | 1001101 | 1010110 | 111110 |
Color Harmonies of #C2F24C
Complementary color
Monochromatic Colors of #C2F24C
Black with #C2F24C
Text Example
Text Example
White with #C2F24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F24C; }
p { color: rgb(194,242,76); }
H1.HeaderClassName
{
color: #C2F24C;
}
.AnyTagClassName
{
color: #C2F24C;
}
</style>
background-color css
<style>
a { background-color: #C2F24C; }
a { background-color: rgb(194,242,76); }
div.DivClassName
{
background-color: #C2F24C;
}
.BgClassName
{
background-color: #C2F24C;
}
</style>
border-color css
<style>
span { border-color: #C2F24C; }
span { border-color: rgb(194,242,76); }
td.TdClassName
{
border-color: #C2F24C;
}
.TagClassName
{
border-color: #C2F24C;
}
</style>