Shades of Green Yellow #C0FF41
Tints of Green Yellow #C0FF41
RGB
CMYK
RGB Variations
Color information
#C0FF41 (or 0xC0FF41) is known color: Green Yellow. HEX triplet: C0, FF and 41. RGB value is (192,255,65). Sum of RGB (Red+Green+Blue) = 192+255+65=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF41 is #3F00BE. Grayscale: #D7D7D7. Windows color (decimal): -4128959 or 4325312. OLE color: 4325312.
HSL color Cylindrical-coordinate representation of color #C0FF41: hue angle of 79.89º 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 #C0FF41 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 65 | - |
| CMYK | 0.25 | 0 | 0.75 | 0 |
| HSL | 79.89º | 1% | 0.63% | - |
| HSV(B) | 79.89º | 0.75% | 1% | - |
| XYZ | 58.45 | 83.11 | 17.96 | - |
| YUV | 214.5 | 43.63 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 65 | 0.25 | 0 | 0.75 | 0 | 79.89 | 1 | 0.63 |
| Hex | C0 | FF | 41 | 19 | 0 | 4B | 0 | 50 | 64 | 3F |
| Octal | 300 | 377 | 101 | 31 | 0 | 113 | 0 | 120 | 144 | 77 |
| Binary | 11000000 | 11111111 | 1000001 | 11001 | 0 | 1001011 | 0 | 1010000 | 1100100 | 111111 |
Color Harmonies of #C0FF41
Complementary color
Monochromatic Colors of #C0FF41
Black with #C0FF41
Text Example
Text Example
White with #C0FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF41; }
p { color: rgb(192,255,65); }
H1.HeaderClassName
{
color: #C0FF41;
}
.AnyTagClassName
{
color: #C0FF41;
}
</style>
background-color css
<style>
a { background-color: #C0FF41; }
a { background-color: rgb(192,255,65); }
div.DivClassName
{
background-color: #C0FF41;
}
.BgClassName
{
background-color: #C0FF41;
}
</style>
border-color css
<style>
span { border-color: #C0FF41; }
span { border-color: rgb(192,255,65); }
td.TdClassName
{
border-color: #C0FF41;
}
.TagClassName
{
border-color: #C0FF41;
}
</style>