Shades of Green Yellow #C0FD41
Tints of Green Yellow #C0FD41
RGB
CMYK
RGB Variations
Color information
#C0FD41 (or 0xC0FD41) is known color: Green Yellow. HEX triplet: C0, FD and 41. RGB value is (192,253,65). Sum of RGB (Red+Green+Blue) = 192+253+65=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FD41 is #3F02BE. Grayscale: #D6D6D6. Windows color (decimal): -4129471 or 4324800. OLE color: 4324800.
HSL color Cylindrical-coordinate representation of color #C0FD41: hue angle of 79.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0FD41 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 65 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.01 |
| HSL | 79.47º | 0.98% | 0.62% | - |
| HSV(B) | 79.47º | 0.74% | 0.99% | - |
| XYZ | 57.82 | 81.84 | 17.75 | - |
| YUV | 213.33 | 44.29 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 65 | 0.24 | 0 | 0.74 | 0.01 | 79.47 | 0.98 | 0.62 |
| Hex | C0 | FD | 41 | 18 | 0 | 4A | 1 | 4F | 62 | 3E |
| Octal | 300 | 375 | 101 | 30 | 0 | 112 | 1 | 117 | 142 | 76 |
| Binary | 11000000 | 11111101 | 1000001 | 11000 | 0 | 1001010 | 1 | 1001111 | 1100010 | 111110 |
Color Harmonies of #C0FD41
Complementary color
Monochromatic Colors of #C0FD41
Black with #C0FD41
Text Example
Text Example
White with #C0FD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD41; }
p { color: rgb(192,253,65); }
H1.HeaderClassName
{
color: #C0FD41;
}
.AnyTagClassName
{
color: #C0FD41;
}
</style>
background-color css
<style>
a { background-color: #C0FD41; }
a { background-color: rgb(192,253,65); }
div.DivClassName
{
background-color: #C0FD41;
}
.BgClassName
{
background-color: #C0FD41;
}
</style>
border-color css
<style>
span { border-color: #C0FD41; }
span { border-color: rgb(192,253,65); }
td.TdClassName
{
border-color: #C0FD41;
}
.TagClassName
{
border-color: #C0FD41;
}
</style>