Shades of Green Yellow #C2FC48
Tints of Green Yellow #C2FC48
RGB
CMYK
RGB Variations
Color information
#C2FC48 (or 0xC2FC48) is known color: Green Yellow. HEX triplet: C2, FC and 48. RGB value is (194,252,72). Sum of RGB (Red+Green+Blue) = 194+252+72=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FC48 is #3D03B7. Grayscale: #D6D6D6. Windows color (decimal): -3998648 or 4783298. OLE color: 4783298.
HSL color Cylindrical-coordinate representation of color #C2FC48: hue angle of 79.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2FC48 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 72 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.01 |
| HSL | 79.33º | 0.97% | 0.64% | - |
| HSV(B) | 79.33º | 0.71% | 0.99% | - |
| XYZ | 58.23 | 81.56 | 18.8 | - |
| YUV | 214.14 | 47.78 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 72 | 0.23 | 0 | 0.71 | 0.01 | 79.33 | 0.97 | 0.64 |
| Hex | C2 | FC | 48 | 17 | 0 | 47 | 1 | 4F | 61 | 40 |
| Octal | 302 | 374 | 110 | 27 | 0 | 107 | 1 | 117 | 141 | 100 |
| Binary | 11000010 | 11111100 | 1001000 | 10111 | 0 | 1000111 | 1 | 1001111 | 1100001 | 1000000 |
Color Harmonies of #C2FC48
Complementary color
Monochromatic Colors of #C2FC48
Black with #C2FC48
Text Example
Text Example
White with #C2FC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC48; }
p { color: rgb(194,252,72); }
H1.HeaderClassName
{
color: #C2FC48;
}
.AnyTagClassName
{
color: #C2FC48;
}
</style>
background-color css
<style>
a { background-color: #C2FC48; }
a { background-color: rgb(194,252,72); }
div.DivClassName
{
background-color: #C2FC48;
}
.BgClassName
{
background-color: #C2FC48;
}
</style>
border-color css
<style>
span { border-color: #C2FC48; }
span { border-color: rgb(194,252,72); }
td.TdClassName
{
border-color: #C2FC48;
}
.TagClassName
{
border-color: #C2FC48;
}
</style>