Shades of Green Yellow #C0FB4A
Tints of Green Yellow #C0FB4A
RGB
CMYK
RGB Variations
Color information
#C0FB4A (or 0xC0FB4A) is known color: Green Yellow. HEX triplet: C0, FB and 4A. RGB value is (192,251,74). Sum of RGB (Red+Green+Blue) = 192+251+74=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB4A is #3F04B5. Grayscale: #D5D5D5. Windows color (decimal): -4129974 or 4914112. OLE color: 4914112.
HSL color Cylindrical-coordinate representation of color #C0FB4A: hue angle of 80º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0FB4A is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 74 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.02 |
| HSL | 80º | 0.96% | 0.64% | - |
| HSV(B) | 80º | 0.71% | 0.98% | - |
| XYZ | 57.47 | 80.7 | 19.03 | - |
| YUV | 213.18 | 49.45 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 74 | 0.24 | 0 | 0.71 | 0.02 | 80 | 0.96 | 0.64 |
| Hex | C0 | FB | 4A | 18 | 0 | 47 | 2 | 50 | 60 | 40 |
| Octal | 300 | 373 | 112 | 30 | 0 | 107 | 2 | 120 | 140 | 100 |
| Binary | 11000000 | 11111011 | 1001010 | 11000 | 0 | 1000111 | 10 | 1010000 | 1100000 | 1000000 |
Color Harmonies of #C0FB4A
Complementary color
Monochromatic Colors of #C0FB4A
Black with #C0FB4A
Text Example
Text Example
White with #C0FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB4A; }
p { color: rgb(192,251,74); }
H1.HeaderClassName
{
color: #C0FB4A;
}
.AnyTagClassName
{
color: #C0FB4A;
}
</style>
background-color css
<style>
a { background-color: #C0FB4A; }
a { background-color: rgb(192,251,74); }
div.DivClassName
{
background-color: #C0FB4A;
}
.BgClassName
{
background-color: #C0FB4A;
}
</style>
border-color css
<style>
span { border-color: #C0FB4A; }
span { border-color: rgb(192,251,74); }
td.TdClassName
{
border-color: #C0FB4A;
}
.TagClassName
{
border-color: #C0FB4A;
}
</style>