Shades of Green Yellow #C0F932
Tints of Green Yellow #C0F932
RGB
CMYK
RGB Variations
Color information
#C0F932 (or 0xC0F932) is known color: Green Yellow. HEX triplet: C0, F9 and 32. RGB value is (192,249,50). Sum of RGB (Red+Green+Blue) = 192+249+50=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F932 is #3F06CD. Grayscale: #D2D2D2. Windows color (decimal): -4130510 or 3340736. OLE color: 3340736.
HSL color Cylindrical-coordinate representation of color #C0F932: hue angle of 77.19º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0F932 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 50 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.02 |
| HSL | 77.19º | 0.94% | 0.59% | - |
| HSV(B) | 77.19º | 0.8% | 0.98% | - |
| XYZ | 56.19 | 79.19 | 15.34 | - |
| YUV | 209.27 | 38.12 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 50 | 0.23 | 0 | 0.80 | 0.02 | 77.19 | 0.94 | 0.59 |
| Hex | C0 | F9 | 32 | 17 | 0 | 50 | 2 | 4D | 5E | 3B |
| Octal | 300 | 371 | 62 | 27 | 0 | 120 | 2 | 115 | 136 | 73 |
| Binary | 11000000 | 11111001 | 110010 | 10111 | 0 | 1010000 | 10 | 1001101 | 1011110 | 111011 |
Color Harmonies of #C0F932
Complementary color
Monochromatic Colors of #C0F932
Black with #C0F932
Text Example
Text Example
White with #C0F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F932; }
p { color: rgb(192,249,50); }
H1.HeaderClassName
{
color: #C0F932;
}
.AnyTagClassName
{
color: #C0F932;
}
</style>
background-color css
<style>
a { background-color: #C0F932; }
a { background-color: rgb(192,249,50); }
div.DivClassName
{
background-color: #C0F932;
}
.BgClassName
{
background-color: #C0F932;
}
</style>
border-color css
<style>
span { border-color: #C0F932; }
span { border-color: rgb(192,249,50); }
td.TdClassName
{
border-color: #C0F932;
}
.TagClassName
{
border-color: #C0F932;
}
</style>