Shades of Green Yellow #C0FF31
Tints of Green Yellow #C0FF31
RGB
CMYK
RGB Variations
Color information
#C0FF31 (or 0xC0FF31) is known color: Green Yellow. HEX triplet: C0, FF and 31. RGB value is (192,255,49). Sum of RGB (Red+Green+Blue) = 192+255+49=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF31 is #3F00CE. Grayscale: #D5D5D5. Windows color (decimal): -4128975 or 3276736. OLE color: 3276736.
HSL color Cylindrical-coordinate representation of color #C0FF31: hue angle of 78.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0FF31 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 49 | - |
| CMYK | 0.25 | 0 | 0.81 | 0 |
| HSL | 78.35º | 1% | 0.6% | - |
| HSV(B) | 78.35º | 0.81% | 1% | - |
| XYZ | 58.05 | 82.95 | 15.86 | - |
| YUV | 212.68 | 35.63 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 49 | 0.25 | 0 | 0.81 | 0 | 78.35 | 1 | 0.6 |
| Hex | C0 | FF | 31 | 19 | 0 | 51 | 0 | 4E | 64 | 3C |
| Octal | 300 | 377 | 61 | 31 | 0 | 121 | 0 | 116 | 144 | 74 |
| Binary | 11000000 | 11111111 | 110001 | 11001 | 0 | 1010001 | 0 | 1001110 | 1100100 | 111100 |
Color Harmonies of #C0FF31
Complementary color
Monochromatic Colors of #C0FF31
Black with #C0FF31
Text Example
Text Example
White with #C0FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF31; }
p { color: rgb(192,255,49); }
H1.HeaderClassName
{
color: #C0FF31;
}
.AnyTagClassName
{
color: #C0FF31;
}
</style>
background-color css
<style>
a { background-color: #C0FF31; }
a { background-color: rgb(192,255,49); }
div.DivClassName
{
background-color: #C0FF31;
}
.BgClassName
{
background-color: #C0FF31;
}
</style>
border-color css
<style>
span { border-color: #C0FF31; }
span { border-color: rgb(192,255,49); }
td.TdClassName
{
border-color: #C0FF31;
}
.TagClassName
{
border-color: #C0FF31;
}
</style>