Shades of Green Yellow #C0FF4E
Tints of Green Yellow #C0FF4E
RGB
CMYK
RGB Variations
Color information
#C0FF4E (or 0xC0FF4E) is known color: Green Yellow. HEX triplet: C0, FF and 4E. RGB value is (192,255,78). Sum of RGB (Red+Green+Blue) = 192+255+78=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF4E is #3F00B1. Grayscale: #D8D8D8. Windows color (decimal): -4128946 or 5177280. OLE color: 5177280.
HSL color Cylindrical-coordinate representation of color #C0FF4E: hue angle of 81.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0FF4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0 |
| HSL | 81.36º | 1% | 0.65% | - |
| HSV(B) | 81.36º | 0.69% | 1% | - |
| XYZ | 58.87 | 83.28 | 20.18 | - |
| YUV | 215.99 | 50.13 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 78 | 0.25 | 0 | 0.69 | 0 | 81.36 | 1 | 0.65 |
| Hex | C0 | FF | 4E | 19 | 0 | 45 | 0 | 51 | 64 | 41 |
| Octal | 300 | 377 | 116 | 31 | 0 | 105 | 0 | 121 | 144 | 101 |
| Binary | 11000000 | 11111111 | 1001110 | 11001 | 0 | 1000101 | 0 | 1010001 | 1100100 | 1000001 |
Color Harmonies of #C0FF4E
Complementary color
Monochromatic Colors of #C0FF4E
Black with #C0FF4E
Text Example
Text Example
White with #C0FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF4E; }
p { color: rgb(192,255,78); }
H1.HeaderClassName
{
color: #C0FF4E;
}
.AnyTagClassName
{
color: #C0FF4E;
}
</style>
background-color css
<style>
a { background-color: #C0FF4E; }
a { background-color: rgb(192,255,78); }
div.DivClassName
{
background-color: #C0FF4E;
}
.BgClassName
{
background-color: #C0FF4E;
}
</style>
border-color css
<style>
span { border-color: #C0FF4E; }
span { border-color: rgb(192,255,78); }
td.TdClassName
{
border-color: #C0FF4E;
}
.TagClassName
{
border-color: #C0FF4E;
}
</style>