Shades of Green Yellow #C2FF48
Tints of Green Yellow #C2FF48
RGB
CMYK
RGB Variations
Color information
#C2FF48 (or 0xC2FF48) is known color: Green Yellow. HEX triplet: C2, FF and 48. RGB value is (194,255,72). Sum of RGB (Red+Green+Blue) = 194+255+72=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF48 is #3D00B7. Grayscale: #D8D8D8. Windows color (decimal): -3997880 or 4784066. OLE color: 4784066.
HSL color Cylindrical-coordinate representation of color #C2FF48: hue angle of 80º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2FF48 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 72 | - |
| CMYK | 0.24 | 0 | 0.72 | 0 |
| HSL | 80º | 1% | 0.64% | - |
| HSV(B) | 80º | 0.72% | 1% | - |
| XYZ | 59.18 | 83.46 | 19.12 | - |
| YUV | 215.9 | 46.79 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 72 | 0.24 | 0 | 0.72 | 0 | 80 | 1 | 0.64 |
| Hex | C2 | FF | 48 | 18 | 0 | 48 | 0 | 50 | 64 | 40 |
| Octal | 302 | 377 | 110 | 30 | 0 | 110 | 0 | 120 | 144 | 100 |
| Binary | 11000010 | 11111111 | 1001000 | 11000 | 0 | 1001000 | 0 | 1010000 | 1100100 | 1000000 |
Color Harmonies of #C2FF48
Complementary color
Monochromatic Colors of #C2FF48
Black with #C2FF48
Text Example
Text Example
White with #C2FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF48; }
p { color: rgb(194,255,72); }
H1.HeaderClassName
{
color: #C2FF48;
}
.AnyTagClassName
{
color: #C2FF48;
}
</style>
background-color css
<style>
a { background-color: #C2FF48; }
a { background-color: rgb(194,255,72); }
div.DivClassName
{
background-color: #C2FF48;
}
.BgClassName
{
background-color: #C2FF48;
}
</style>
border-color css
<style>
span { border-color: #C2FF48; }
span { border-color: rgb(194,255,72); }
td.TdClassName
{
border-color: #C2FF48;
}
.TagClassName
{
border-color: #C2FF48;
}
</style>