Shades of Green Yellow #C0FF4A
Tints of Green Yellow #C0FF4A
RGB
CMYK
RGB Variations
Color information
#C0FF4A (or 0xC0FF4A) is known color: Green Yellow. HEX triplet: C0, FF and 4A. RGB value is (192,255,74). Sum of RGB (Red+Green+Blue) = 192+255+74=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF4A is #3F00B5. Grayscale: #D8D8D8. Windows color (decimal): -4128950 or 4915136. OLE color: 4915136.
HSL color Cylindrical-coordinate representation of color #C0FF4A: hue angle of 80.88º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0FF4A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 74 | - |
| CMYK | 0.25 | 0 | 0.71 | 0 |
| HSL | 80.88º | 1% | 0.65% | - |
| HSV(B) | 80.88º | 0.71% | 1% | - |
| XYZ | 58.73 | 83.22 | 19.45 | - |
| YUV | 215.53 | 48.13 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 74 | 0.25 | 0 | 0.71 | 0 | 80.88 | 1 | 0.65 |
| Hex | C0 | FF | 4A | 19 | 0 | 47 | 0 | 51 | 64 | 41 |
| Octal | 300 | 377 | 112 | 31 | 0 | 107 | 0 | 121 | 144 | 101 |
| Binary | 11000000 | 11111111 | 1001010 | 11001 | 0 | 1000111 | 0 | 1010001 | 1100100 | 1000001 |
Color Harmonies of #C0FF4A
Complementary color
Monochromatic Colors of #C0FF4A
Black with #C0FF4A
Text Example
Text Example
White with #C0FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF4A; }
p { color: rgb(192,255,74); }
H1.HeaderClassName
{
color: #C0FF4A;
}
.AnyTagClassName
{
color: #C0FF4A;
}
</style>
background-color css
<style>
a { background-color: #C0FF4A; }
a { background-color: rgb(192,255,74); }
div.DivClassName
{
background-color: #C0FF4A;
}
.BgClassName
{
background-color: #C0FF4A;
}
</style>
border-color css
<style>
span { border-color: #C0FF4A; }
span { border-color: rgb(192,255,74); }
td.TdClassName
{
border-color: #C0FF4A;
}
.TagClassName
{
border-color: #C0FF4A;
}
</style>