Shades of Green Yellow #C0F72A
Tints of Green Yellow #C0F72A
RGB
CMYK
RGB Variations
Color information
#C0F72A (or 0xC0F72A) is known color: Green Yellow. HEX triplet: C0, F7 and 2A. RGB value is (192,247,42). Sum of RGB (Red+Green+Blue) = 192+247+42=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F72A is #3F08D5. Grayscale: #CFCFCF. Windows color (decimal): -4131030 or 2815936. OLE color: 2815936.
HSL color Cylindrical-coordinate representation of color #C0F72A: hue angle of 76.1º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0F72A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.03 |
| HSL | 76.1º | 0.93% | 0.57% | - |
| HSV(B) | 76.1º | 0.83% | 0.97% | - |
| XYZ | 55.42 | 77.9 | 14.3 | - |
| YUV | 207.19 | 34.78 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 42 | 0.22 | 0 | 0.83 | 0.03 | 76.1 | 0.93 | 0.57 |
| Hex | C0 | F7 | 2A | 16 | 0 | 53 | 3 | 4C | 5D | 39 |
| Octal | 300 | 367 | 52 | 26 | 0 | 123 | 3 | 114 | 135 | 71 |
| Binary | 11000000 | 11110111 | 101010 | 10110 | 0 | 1010011 | 11 | 1001100 | 1011101 | 111001 |
Color Harmonies of #C0F72A
Complementary color
Monochromatic Colors of #C0F72A
Black with #C0F72A
Text Example
Text Example
White with #C0F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F72A; }
p { color: rgb(192,247,42); }
H1.HeaderClassName
{
color: #C0F72A;
}
.AnyTagClassName
{
color: #C0F72A;
}
</style>
background-color css
<style>
a { background-color: #C0F72A; }
a { background-color: rgb(192,247,42); }
div.DivClassName
{
background-color: #C0F72A;
}
.BgClassName
{
background-color: #C0F72A;
}
</style>
border-color css
<style>
span { border-color: #C0F72A; }
span { border-color: rgb(192,247,42); }
td.TdClassName
{
border-color: #C0F72A;
}
.TagClassName
{
border-color: #C0F72A;
}
</style>