Shades of Green Yellow #C0F931
Tints of Green Yellow #C0F931
RGB
CMYK
RGB Variations
Color information
#C0F931 (or 0xC0F931) is known color: Green Yellow. HEX triplet: C0, F9 and 31. RGB value is (192,249,49). Sum of RGB (Red+Green+Blue) = 192+249+49=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F931 is #3F06CE. Grayscale: #D1D1D1. Windows color (decimal): -4130511 or 3275200. OLE color: 3275200.
HSL color Cylindrical-coordinate representation of color #C0F931: hue angle of 77.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0F931 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 49 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.02 |
| HSL | 77.1º | 0.94% | 0.58% | - |
| HSV(B) | 77.1º | 0.8% | 0.98% | - |
| XYZ | 56.17 | 79.18 | 15.23 | - |
| YUV | 209.16 | 37.62 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 49 | 0.23 | 0 | 0.80 | 0.02 | 77.1 | 0.94 | 0.58 |
| Hex | C0 | F9 | 31 | 17 | 0 | 50 | 2 | 4D | 5E | 3A |
| Octal | 300 | 371 | 61 | 27 | 0 | 120 | 2 | 115 | 136 | 72 |
| Binary | 11000000 | 11111001 | 110001 | 10111 | 0 | 1010000 | 10 | 1001101 | 1011110 | 111010 |
Color Harmonies of #C0F931
Complementary color
Monochromatic Colors of #C0F931
Black with #C0F931
Text Example
Text Example
White with #C0F931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F931; }
p { color: rgb(192,249,49); }
H1.HeaderClassName
{
color: #C0F931;
}
.AnyTagClassName
{
color: #C0F931;
}
</style>
background-color css
<style>
a { background-color: #C0F931; }
a { background-color: rgb(192,249,49); }
div.DivClassName
{
background-color: #C0F931;
}
.BgClassName
{
background-color: #C0F931;
}
</style>
border-color css
<style>
span { border-color: #C0F931; }
span { border-color: rgb(192,249,49); }
td.TdClassName
{
border-color: #C0F931;
}
.TagClassName
{
border-color: #C0F931;
}
</style>