Shades of Green Yellow #C0FF33
Tints of Green Yellow #C0FF33
RGB
CMYK
RGB Variations
Color information
#C0FF33 (or 0xC0FF33) is known color: Green Yellow. HEX triplet: C0, FF and 33. RGB value is (192,255,51). Sum of RGB (Red+Green+Blue) = 192+255+51=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF33 is #3F00CC. Grayscale: #D5D5D5. Windows color (decimal): -4128973 or 3407808. OLE color: 3407808.
HSL color Cylindrical-coordinate representation of color #C0FF33: hue angle of 78.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0FF33 is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 51 | - |
| CMYK | 0.25 | 0 | 0.8 | 0 |
| HSL | 78.53º | 1% | 0.6% | - |
| HSV(B) | 78.53º | 0.8% | 1% | - |
| XYZ | 58.1 | 82.97 | 16.08 | - |
| YUV | 212.91 | 36.63 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 51 | 0.25 | 0 | 0.8 | 0 | 78.53 | 1 | 0.6 |
| Hex | C0 | FF | 33 | 19 | 0 | 50 | 0 | 4F | 64 | 3C |
| Octal | 300 | 377 | 63 | 31 | 0 | 120 | 0 | 117 | 144 | 74 |
| Binary | 11000000 | 11111111 | 110011 | 11001 | 0 | 1010000 | 0 | 1001111 | 1100100 | 111100 |
Color Harmonies of #C0FF33
Complementary color
Monochromatic Colors of #C0FF33
Black with #C0FF33
Text Example
Text Example
White with #C0FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF33; }
p { color: rgb(192,255,51); }
H1.HeaderClassName
{
color: #C0FF33;
}
.AnyTagClassName
{
color: #C0FF33;
}
</style>
background-color css
<style>
a { background-color: #C0FF33; }
a { background-color: rgb(192,255,51); }
div.DivClassName
{
background-color: #C0FF33;
}
.BgClassName
{
background-color: #C0FF33;
}
</style>
border-color css
<style>
span { border-color: #C0FF33; }
span { border-color: rgb(192,255,51); }
td.TdClassName
{
border-color: #C0FF33;
}
.TagClassName
{
border-color: #C0FF33;
}
</style>