Shades of Green Yellow #C2FF20
Tints of Green Yellow #C2FF20
RGB
CMYK
RGB Variations
Color information
#C2FF20 (or 0xC2FF20) is known color: Green Yellow. HEX triplet: C2, FF and 20. RGB value is (194,255,32). Sum of RGB (Red+Green+Blue) = 194+255+32=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF20 is #3D00DF. Grayscale: #D4D4D4. Windows color (decimal): -3997920 or 2162626. OLE color: 2162626.
HSL color Cylindrical-coordinate representation of color #C2FF20: hue angle of 76.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2FF20 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 32 | - |
| CMYK | 0.24 | 0 | 0.87 | 0 |
| HSL | 76.41º | 1% | 0.56% | - |
| HSV(B) | 76.41º | 0.87% | 1% | - |
| XYZ | 58.27 | 83.09 | 14.33 | - |
| YUV | 211.34 | 26.79 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 32 | 0.24 | 0 | 0.87 | 0 | 76.41 | 1 | 0.56 |
| Hex | C2 | FF | 20 | 18 | 0 | 57 | 0 | 4C | 64 | 38 |
| Octal | 302 | 377 | 40 | 30 | 0 | 127 | 0 | 114 | 144 | 70 |
| Binary | 11000010 | 11111111 | 100000 | 11000 | 0 | 1010111 | 0 | 1001100 | 1100100 | 111000 |
Color Harmonies of #C2FF20
Complementary color
Monochromatic Colors of #C2FF20
Black with #C2FF20
Text Example
Text Example
White with #C2FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF20; }
p { color: rgb(194,255,32); }
H1.HeaderClassName
{
color: #C2FF20;
}
.AnyTagClassName
{
color: #C2FF20;
}
</style>
background-color css
<style>
a { background-color: #C2FF20; }
a { background-color: rgb(194,255,32); }
div.DivClassName
{
background-color: #C2FF20;
}
.BgClassName
{
background-color: #C2FF20;
}
</style>
border-color css
<style>
span { border-color: #C2FF20; }
span { border-color: rgb(194,255,32); }
td.TdClassName
{
border-color: #C2FF20;
}
.TagClassName
{
border-color: #C2FF20;
}
</style>