Shades of Green Yellow #C0F52E
Tints of Green Yellow #C0F52E
RGB
CMYK
RGB Variations
Color information
#C0F52E (or 0xC0F52E) is known color: Green Yellow. HEX triplet: C0, F5 and 2E. RGB value is (192,245,46). Sum of RGB (Red+Green+Blue) = 192+245+46=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F52E is #3F0AD1. Grayscale: #CFCFCF. Windows color (decimal): -4131538 or 3077568. OLE color: 3077568.
HSL color Cylindrical-coordinate representation of color #C0F52E: hue angle of 75.98º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0F52E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 46 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.04 |
| HSL | 75.98º | 0.91% | 0.57% | - |
| HSV(B) | 75.98º | 0.81% | 0.96% | - |
| XYZ | 54.88 | 76.71 | 14.5 | - |
| YUV | 206.47 | 37.44 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 46 | 0.22 | 0 | 0.81 | 0.04 | 75.98 | 0.91 | 0.57 |
| Hex | C0 | F5 | 2E | 16 | 0 | 51 | 4 | 4C | 5B | 39 |
| Octal | 300 | 365 | 56 | 26 | 0 | 121 | 4 | 114 | 133 | 71 |
| Binary | 11000000 | 11110101 | 101110 | 10110 | 0 | 1010001 | 100 | 1001100 | 1011011 | 111001 |
Color Harmonies of #C0F52E
Complementary color
Monochromatic Colors of #C0F52E
Black with #C0F52E
Text Example
Text Example
White with #C0F52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F52E; }
p { color: rgb(192,245,46); }
H1.HeaderClassName
{
color: #C0F52E;
}
.AnyTagClassName
{
color: #C0F52E;
}
</style>
background-color css
<style>
a { background-color: #C0F52E; }
a { background-color: rgb(192,245,46); }
div.DivClassName
{
background-color: #C0F52E;
}
.BgClassName
{
background-color: #C0F52E;
}
</style>
border-color css
<style>
span { border-color: #C0F52E; }
span { border-color: rgb(192,245,46); }
td.TdClassName
{
border-color: #C0F52E;
}
.TagClassName
{
border-color: #C0F52E;
}
</style>