Shades of Green Yellow #C0FF3C
Tints of Green Yellow #C0FF3C
RGB
CMYK
RGB Variations
Color information
#C0FF3C (or 0xC0FF3C) is known color: Green Yellow. HEX triplet: C0, FF and 3C. RGB value is (192,255,60). Sum of RGB (Red+Green+Blue) = 192+255+60=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF3C is #3F00C3. Grayscale: #D6D6D6. Windows color (decimal): -4128964 or 3997632. OLE color: 3997632.
HSL color Cylindrical-coordinate representation of color #C0FF3C: hue angle of 79.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0FF3C is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 60 | - |
| CMYK | 0.25 | 0 | 0.76 | 0 |
| HSL | 79.38º | 1% | 0.62% | - |
| HSV(B) | 79.38º | 0.76% | 1% | - |
| XYZ | 58.31 | 83.05 | 17.23 | - |
| YUV | 213.93 | 41.13 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 60 | 0.25 | 0 | 0.76 | 0 | 79.38 | 1 | 0.62 |
| Hex | C0 | FF | 3C | 19 | 0 | 4C | 0 | 4F | 64 | 3E |
| Octal | 300 | 377 | 74 | 31 | 0 | 114 | 0 | 117 | 144 | 76 |
| Binary | 11000000 | 11111111 | 111100 | 11001 | 0 | 1001100 | 0 | 1001111 | 1100100 | 111110 |
Color Harmonies of #C0FF3C
Complementary color
Monochromatic Colors of #C0FF3C
Black with #C0FF3C
Text Example
Text Example
White with #C0FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF3C; }
p { color: rgb(192,255,60); }
H1.HeaderClassName
{
color: #C0FF3C;
}
.AnyTagClassName
{
color: #C0FF3C;
}
</style>
background-color css
<style>
a { background-color: #C0FF3C; }
a { background-color: rgb(192,255,60); }
div.DivClassName
{
background-color: #C0FF3C;
}
.BgClassName
{
background-color: #C0FF3C;
}
</style>
border-color css
<style>
span { border-color: #C0FF3C; }
span { border-color: rgb(192,255,60); }
td.TdClassName
{
border-color: #C0FF3C;
}
.TagClassName
{
border-color: #C0FF3C;
}
</style>