Shades of Green Yellow #C0F735
Tints of Green Yellow #C0F735
RGB
CMYK
RGB Variations
Color information
#C0F735 (or 0xC0F735) is known color: Green Yellow. HEX triplet: C0, F7 and 35. RGB value is (192,247,53). Sum of RGB (Red+Green+Blue) = 192+247+53=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F735 is #3F08CA. Grayscale: #D1D1D1. Windows color (decimal): -4131019 or 3536832. OLE color: 3536832.
HSL color Cylindrical-coordinate representation of color #C0F735: hue angle of 77.01º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0F735 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 53 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.03 |
| HSL | 77.01º | 0.92% | 0.59% | - |
| HSV(B) | 77.01º | 0.79% | 0.97% | - |
| XYZ | 55.64 | 77.99 | 15.49 | - |
| YUV | 208.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 53 | 0.22 | 0 | 0.79 | 0.03 | 77.01 | 0.92 | 0.59 |
| Hex | C0 | F7 | 35 | 16 | 0 | 4F | 3 | 4D | 5C | 3B |
| Octal | 300 | 367 | 65 | 26 | 0 | 117 | 3 | 115 | 134 | 73 |
| Binary | 11000000 | 11110111 | 110101 | 10110 | 0 | 1001111 | 11 | 1001101 | 1011100 | 111011 |
Color Harmonies of #C0F735
Complementary color
Monochromatic Colors of #C0F735
Black with #C0F735
Text Example
Text Example
White with #C0F735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F735; }
p { color: rgb(192,247,53); }
H1.HeaderClassName
{
color: #C0F735;
}
.AnyTagClassName
{
color: #C0F735;
}
</style>
background-color css
<style>
a { background-color: #C0F735; }
a { background-color: rgb(192,247,53); }
div.DivClassName
{
background-color: #C0F735;
}
.BgClassName
{
background-color: #C0F735;
}
</style>
border-color css
<style>
span { border-color: #C0F735; }
span { border-color: rgb(192,247,53); }
td.TdClassName
{
border-color: #C0F735;
}
.TagClassName
{
border-color: #C0F735;
}
</style>