Shades of Green Yellow #C0FD28
Tints of Green Yellow #C0FD28
RGB
CMYK
RGB Variations
Color information
#C0FD28 (or 0xC0FD28) is known color: Green Yellow. HEX triplet: C0, FD and 28. RGB value is (192,253,40). Sum of RGB (Red+Green+Blue) = 192+253+40=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FD28 is #3F02D7. Grayscale: #D3D3D3. Windows color (decimal): -4129496 or 2686400. OLE color: 2686400.
HSL color Cylindrical-coordinate representation of color #C0FD28: hue angle of 77.18º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0FD28 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 40 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.01 |
| HSL | 77.18º | 0.98% | 0.57% | - |
| HSV(B) | 77.18º | 0.84% | 0.99% | - |
| XYZ | 57.25 | 81.61 | 14.74 | - |
| YUV | 210.48 | 31.79 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 40 | 0.24 | 0 | 0.84 | 0.01 | 77.18 | 0.98 | 0.57 |
| Hex | C0 | FD | 28 | 18 | 0 | 54 | 1 | 4D | 62 | 39 |
| Octal | 300 | 375 | 50 | 30 | 0 | 124 | 1 | 115 | 142 | 71 |
| Binary | 11000000 | 11111101 | 101000 | 11000 | 0 | 1010100 | 1 | 1001101 | 1100010 | 111001 |
Color Harmonies of #C0FD28
Complementary color
Monochromatic Colors of #C0FD28
Black with #C0FD28
Text Example
Text Example
White with #C0FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD28; }
p { color: rgb(192,253,40); }
H1.HeaderClassName
{
color: #C0FD28;
}
.AnyTagClassName
{
color: #C0FD28;
}
</style>
background-color css
<style>
a { background-color: #C0FD28; }
a { background-color: rgb(192,253,40); }
div.DivClassName
{
background-color: #C0FD28;
}
.BgClassName
{
background-color: #C0FD28;
}
</style>
border-color css
<style>
span { border-color: #C0FD28; }
span { border-color: rgb(192,253,40); }
td.TdClassName
{
border-color: #C0FD28;
}
.TagClassName
{
border-color: #C0FD28;
}
</style>