Shades of Green Yellow #C0FE31
Tints of Green Yellow #C0FE31
RGB
CMYK
RGB Variations
Color information
#C0FE31 (or 0xC0FE31) is known color: Green Yellow. HEX triplet: C0, FE and 31. RGB value is (192,254,49). Sum of RGB (Red+Green+Blue) = 192+254+49=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FE31 is #3F01CE. Grayscale: #D4D4D4. Windows color (decimal): -4129231 or 3276480. OLE color: 3276480.
HSL color Cylindrical-coordinate representation of color #C0FE31: hue angle of 78.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0FE31 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 49 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.00 |
| HSL | 78.15º | 0.99% | 0.59% | - |
| HSV(B) | 78.15º | 0.81% | 1% | - |
| XYZ | 57.73 | 82.31 | 15.75 | - |
| YUV | 212.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 49 | 0.24 | 0 | 0.81 | 0.00 | 78.15 | 0.99 | 0.59 |
| Hex | C0 | FE | 31 | 18 | 0 | 51 | 0 | 4E | 63 | 3B |
| Octal | 300 | 376 | 61 | 30 | 0 | 121 | 0 | 116 | 143 | 73 |
| Binary | 11000000 | 11111110 | 110001 | 11000 | 0 | 1010001 | 0 | 1001110 | 1100011 | 111011 |
Color Harmonies of #C0FE31
Complementary color
Monochromatic Colors of #C0FE31
Black with #C0FE31
Text Example
Text Example
White with #C0FE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE31; }
p { color: rgb(192,254,49); }
H1.HeaderClassName
{
color: #C0FE31;
}
.AnyTagClassName
{
color: #C0FE31;
}
</style>
background-color css
<style>
a { background-color: #C0FE31; }
a { background-color: rgb(192,254,49); }
div.DivClassName
{
background-color: #C0FE31;
}
.BgClassName
{
background-color: #C0FE31;
}
</style>
border-color css
<style>
span { border-color: #C0FE31; }
span { border-color: rgb(192,254,49); }
td.TdClassName
{
border-color: #C0FE31;
}
.TagClassName
{
border-color: #C0FE31;
}
</style>