Shades of Green Yellow #C0FD3C
Tints of Green Yellow #C0FD3C
RGB
CMYK
RGB Variations
Color information
#C0FD3C (or 0xC0FD3C) is known color: Green Yellow. HEX triplet: C0, FD and 3C. RGB value is (192,253,60). Sum of RGB (Red+Green+Blue) = 192+253+60=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FD3C is #3F02C3. Grayscale: #D5D5D5. Windows color (decimal): -4129476 or 3997120. OLE color: 3997120.
HSL color Cylindrical-coordinate representation of color #C0FD3C: hue angle of 78.96º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0FD3C is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 60 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.01 |
| HSL | 78.96º | 0.98% | 0.61% | - |
| HSV(B) | 78.96º | 0.76% | 0.99% | - |
| XYZ | 57.68 | 81.78 | 17.02 | - |
| YUV | 212.76 | 41.79 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 60 | 0.24 | 0 | 0.76 | 0.01 | 78.96 | 0.98 | 0.61 |
| Hex | C0 | FD | 3C | 18 | 0 | 4C | 1 | 4F | 62 | 3D |
| Octal | 300 | 375 | 74 | 30 | 0 | 114 | 1 | 117 | 142 | 75 |
| Binary | 11000000 | 11111101 | 111100 | 11000 | 0 | 1001100 | 1 | 1001111 | 1100010 | 111101 |
Color Harmonies of #C0FD3C
Complementary color
Monochromatic Colors of #C0FD3C
Black with #C0FD3C
Text Example
Text Example
White with #C0FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD3C; }
p { color: rgb(192,253,60); }
H1.HeaderClassName
{
color: #C0FD3C;
}
.AnyTagClassName
{
color: #C0FD3C;
}
</style>
background-color css
<style>
a { background-color: #C0FD3C; }
a { background-color: rgb(192,253,60); }
div.DivClassName
{
background-color: #C0FD3C;
}
.BgClassName
{
background-color: #C0FD3C;
}
</style>
border-color css
<style>
span { border-color: #C0FD3C; }
span { border-color: rgb(192,253,60); }
td.TdClassName
{
border-color: #C0FD3C;
}
.TagClassName
{
border-color: #C0FD3C;
}
</style>