Shades of Green Yellow #C0F632
Tints of Green Yellow #C0F632
RGB
CMYK
RGB Variations
Color information
#C0F632 (or 0xC0F632) is known color: Green Yellow. HEX triplet: C0, F6 and 32. RGB value is (192,246,50). Sum of RGB (Red+Green+Blue) = 192+246+50=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F632 is #3F09CD. Grayscale: #D0D0D0. Windows color (decimal): -4131278 or 3339968. OLE color: 3339968.
HSL color Cylindrical-coordinate representation of color #C0F632: hue angle of 76.53º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0F632 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 50 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.04 |
| HSL | 76.53º | 0.92% | 0.58% | - |
| HSV(B) | 76.53º | 0.8% | 0.96% | - |
| XYZ | 55.27 | 77.35 | 15.03 | - |
| YUV | 207.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 50 | 0.22 | 0 | 0.80 | 0.04 | 76.53 | 0.92 | 0.58 |
| Hex | C0 | F6 | 32 | 16 | 0 | 50 | 4 | 4D | 5C | 3A |
| Octal | 300 | 366 | 62 | 26 | 0 | 120 | 4 | 115 | 134 | 72 |
| Binary | 11000000 | 11110110 | 110010 | 10110 | 0 | 1010000 | 100 | 1001101 | 1011100 | 111010 |
Color Harmonies of #C0F632
Complementary color
Monochromatic Colors of #C0F632
Black with #C0F632
Text Example
Text Example
White with #C0F632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F632; }
p { color: rgb(192,246,50); }
H1.HeaderClassName
{
color: #C0F632;
}
.AnyTagClassName
{
color: #C0F632;
}
</style>
background-color css
<style>
a { background-color: #C0F632; }
a { background-color: rgb(192,246,50); }
div.DivClassName
{
background-color: #C0F632;
}
.BgClassName
{
background-color: #C0F632;
}
</style>
border-color css
<style>
span { border-color: #C0F632; }
span { border-color: rgb(192,246,50); }
td.TdClassName
{
border-color: #C0F632;
}
.TagClassName
{
border-color: #C0F632;
}
</style>