Shades of Green Yellow #C0FF40
Tints of Green Yellow #C0FF40
RGB
CMYK
RGB Variations
Color information
#C0FF40 (or 0xC0FF40) is known color: Green Yellow. HEX triplet: C0, FF and 40. RGB value is (192,255,64). Sum of RGB (Red+Green+Blue) = 192+255+64=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF40 is #3F00BF. Grayscale: #D7D7D7. Windows color (decimal): -4128960 or 4259776. OLE color: 4259776.
HSL color Cylindrical-coordinate representation of color #C0FF40: hue angle of 79.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0FF40 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 64 | - |
| CMYK | 0.25 | 0 | 0.75 | 0 |
| HSL | 79.79º | 1% | 0.63% | - |
| HSV(B) | 79.79º | 0.75% | 1% | - |
| XYZ | 58.42 | 83.1 | 17.81 | - |
| YUV | 214.39 | 43.13 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 64 | 0.25 | 0 | 0.75 | 0 | 79.79 | 1 | 0.63 |
| Hex | C0 | FF | 40 | 19 | 0 | 4B | 0 | 50 | 64 | 3F |
| Octal | 300 | 377 | 100 | 31 | 0 | 113 | 0 | 120 | 144 | 77 |
| Binary | 11000000 | 11111111 | 1000000 | 11001 | 0 | 1001011 | 0 | 1010000 | 1100100 | 111111 |
Color Harmonies of #C0FF40
Complementary color
Monochromatic Colors of #C0FF40
Black with #C0FF40
Text Example
Text Example
White with #C0FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF40; }
p { color: rgb(192,255,64); }
H1.HeaderClassName
{
color: #C0FF40;
}
.AnyTagClassName
{
color: #C0FF40;
}
</style>
background-color css
<style>
a { background-color: #C0FF40; }
a { background-color: rgb(192,255,64); }
div.DivClassName
{
background-color: #C0FF40;
}
.BgClassName
{
background-color: #C0FF40;
}
</style>
border-color css
<style>
span { border-color: #C0FF40; }
span { border-color: rgb(192,255,64); }
td.TdClassName
{
border-color: #C0FF40;
}
.TagClassName
{
border-color: #C0FF40;
}
</style>