Shades of Green Yellow #C0F53B
Tints of Green Yellow #C0F53B
RGB
CMYK
RGB Variations
Color information
#C0F53B (or 0xC0F53B) is known color: Green Yellow. HEX triplet: C0, F5 and 3B. RGB value is (192,245,59). Sum of RGB (Red+Green+Blue) = 192+245+59=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F53B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F53B is #3F0AC4. Grayscale: #D0D0D0. Windows color (decimal): -4131525 or 3929536. OLE color: 3929536.
HSL color Cylindrical-coordinate representation of color #C0F53B: hue angle of 77.1º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0F53B is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 59 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.04 |
| HSL | 77.1º | 0.9% | 0.6% | - |
| HSV(B) | 77.1º | 0.76% | 0.96% | - |
| XYZ | 55.18 | 76.83 | 16.06 | - |
| YUV | 207.95 | 43.94 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 59 | 0.22 | 0 | 0.76 | 0.04 | 77.1 | 0.9 | 0.6 |
| Hex | C0 | F5 | 3B | 16 | 0 | 4C | 4 | 4D | 5A | 3C |
| Octal | 300 | 365 | 73 | 26 | 0 | 114 | 4 | 115 | 132 | 74 |
| Binary | 11000000 | 11110101 | 111011 | 10110 | 0 | 1001100 | 100 | 1001101 | 1011010 | 111100 |
Color Harmonies of #C0F53B
Complementary color
Monochromatic Colors of #C0F53B
Black with #C0F53B
Text Example
Text Example
White with #C0F53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F53B; }
p { color: rgb(192,245,59); }
H1.HeaderClassName
{
color: #C0F53B;
}
.AnyTagClassName
{
color: #C0F53B;
}
</style>
background-color css
<style>
a { background-color: #C0F53B; }
a { background-color: rgb(192,245,59); }
div.DivClassName
{
background-color: #C0F53B;
}
.BgClassName
{
background-color: #C0F53B;
}
</style>
border-color css
<style>
span { border-color: #C0F53B; }
span { border-color: rgb(192,245,59); }
td.TdClassName
{
border-color: #C0F53B;
}
.TagClassName
{
border-color: #C0F53B;
}
</style>