Shades of Green Yellow #C0FC32
Tints of Green Yellow #C0FC32
RGB
CMYK
RGB Variations
Color information
#C0FC32 (or 0xC0FC32) is known color: Green Yellow. HEX triplet: C0, FC and 32. RGB value is (192,252,50). Sum of RGB (Red+Green+Blue) = 192+252+50=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FC32 is #3F03CD. Grayscale: #D3D3D3. Windows color (decimal): -4129742 or 3341504. OLE color: 3341504.
HSL color Cylindrical-coordinate representation of color #C0FC32: hue angle of 77.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0FC32 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 50 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.01 |
| HSL | 77.82º | 0.97% | 0.59% | - |
| HSV(B) | 77.82º | 0.8% | 0.99% | - |
| XYZ | 57.12 | 81.06 | 15.65 | - |
| YUV | 211.03 | 37.12 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 50 | 0.24 | 0 | 0.80 | 0.01 | 77.82 | 0.97 | 0.59 |
| Hex | C0 | FC | 32 | 18 | 0 | 50 | 1 | 4E | 61 | 3B |
| Octal | 300 | 374 | 62 | 30 | 0 | 120 | 1 | 116 | 141 | 73 |
| Binary | 11000000 | 11111100 | 110010 | 11000 | 0 | 1010000 | 1 | 1001110 | 1100001 | 111011 |
Color Harmonies of #C0FC32
Complementary color
Monochromatic Colors of #C0FC32
Black with #C0FC32
Text Example
Text Example
White with #C0FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC32; }
p { color: rgb(192,252,50); }
H1.HeaderClassName
{
color: #C0FC32;
}
.AnyTagClassName
{
color: #C0FC32;
}
</style>
background-color css
<style>
a { background-color: #C0FC32; }
a { background-color: rgb(192,252,50); }
div.DivClassName
{
background-color: #C0FC32;
}
.BgClassName
{
background-color: #C0FC32;
}
</style>
border-color css
<style>
span { border-color: #C0FC32; }
span { border-color: rgb(192,252,50); }
td.TdClassName
{
border-color: #C0FC32;
}
.TagClassName
{
border-color: #C0FC32;
}
</style>