Shades of Green Yellow #C0F81F
Tints of Green Yellow #C0F81F
RGB
CMYK
RGB Variations
Color information
#C0F81F (or 0xC0F81F) is known color: Green Yellow. HEX triplet: C0, F8 and 1F. RGB value is (192,248,31). Sum of RGB (Red+Green+Blue) = 192+248+31=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F81F is #3F07E0. Grayscale: #CFCFCF. Windows color (decimal): -4130785 or 2095296. OLE color: 2095296.
HSL color Cylindrical-coordinate representation of color #C0F81F: hue angle of 75.48º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0F81F is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 31 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.03 |
| HSL | 75.48º | 0.94% | 0.55% | - |
| HSV(B) | 75.48º | 0.88% | 0.97% | - |
| XYZ | 55.55 | 78.44 | 13.51 | - |
| YUV | 206.52 | 28.95 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 31 | 0.23 | 0 | 0.88 | 0.03 | 75.48 | 0.94 | 0.55 |
| Hex | C0 | F8 | 1F | 17 | 0 | 58 | 3 | 4B | 5E | 37 |
| Octal | 300 | 370 | 37 | 27 | 0 | 130 | 3 | 113 | 136 | 67 |
| Binary | 11000000 | 11111000 | 11111 | 10111 | 0 | 1011000 | 11 | 1001011 | 1011110 | 110111 |
Color Harmonies of #C0F81F
Complementary color
Monochromatic Colors of #C0F81F
Black with #C0F81F
Text Example
Text Example
White with #C0F81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F81F; }
p { color: rgb(192,248,31); }
H1.HeaderClassName
{
color: #C0F81F;
}
.AnyTagClassName
{
color: #C0F81F;
}
</style>
background-color css
<style>
a { background-color: #C0F81F; }
a { background-color: rgb(192,248,31); }
div.DivClassName
{
background-color: #C0F81F;
}
.BgClassName
{
background-color: #C0F81F;
}
</style>
border-color css
<style>
span { border-color: #C0F81F; }
span { border-color: rgb(192,248,31); }
td.TdClassName
{
border-color: #C0F81F;
}
.TagClassName
{
border-color: #C0F81F;
}
</style>