Shades of Green Yellow #C2F52C
Tints of Green Yellow #C2F52C
RGB
CMYK
RGB Variations
Color information
#C2F52C (or 0xC2F52C) is known color: Green Yellow. HEX triplet: C2, F5 and 2C. RGB value is (194,245,44). Sum of RGB (Red+Green+Blue) = 194+245+44=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F52C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F52C is #3D0AD3. Grayscale: #CFCFCF. Windows color (decimal): -4000468 or 2946498. OLE color: 2946498.
HSL color Cylindrical-coordinate representation of color #C2F52C: hue angle of 75.22º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2F52C is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 44 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.04 |
| HSL | 75.22º | 0.91% | 0.57% | - |
| HSV(B) | 75.22º | 0.82% | 0.96% | - |
| XYZ | 55.36 | 76.96 | 14.32 | - |
| YUV | 206.84 | 36.1 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 44 | 0.21 | 0 | 0.82 | 0.04 | 75.22 | 0.91 | 0.57 |
| Hex | C2 | F5 | 2C | 15 | 0 | 52 | 4 | 4B | 5B | 39 |
| Octal | 302 | 365 | 54 | 25 | 0 | 122 | 4 | 113 | 133 | 71 |
| Binary | 11000010 | 11110101 | 101100 | 10101 | 0 | 1010010 | 100 | 1001011 | 1011011 | 111001 |
Color Harmonies of #C2F52C
Complementary color
Monochromatic Colors of #C2F52C
Black with #C2F52C
Text Example
Text Example
White with #C2F52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F52C; }
p { color: rgb(194,245,44); }
H1.HeaderClassName
{
color: #C2F52C;
}
.AnyTagClassName
{
color: #C2F52C;
}
</style>
background-color css
<style>
a { background-color: #C2F52C; }
a { background-color: rgb(194,245,44); }
div.DivClassName
{
background-color: #C2F52C;
}
.BgClassName
{
background-color: #C2F52C;
}
</style>
border-color css
<style>
span { border-color: #C2F52C; }
span { border-color: rgb(194,245,44); }
td.TdClassName
{
border-color: #C2F52C;
}
.TagClassName
{
border-color: #C2F52C;
}
</style>