Shades of Green Yellow #C0FD2F
Tints of Green Yellow #C0FD2F
RGB
CMYK
RGB Variations
Color information
#C0FD2F (or 0xC0FD2F) is known color: Green Yellow. HEX triplet: C0, FD and 2F. RGB value is (192,253,47). Sum of RGB (Red+Green+Blue) = 192+253+47=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FD2F is #3F02D0. Grayscale: #D4D4D4. Windows color (decimal): -4129489 or 3145152. OLE color: 3145152.
HSL color Cylindrical-coordinate representation of color #C0FD2F: hue angle of 77.77º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0FD2F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 47 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.01 |
| HSL | 77.77º | 0.98% | 0.59% | - |
| HSV(B) | 77.77º | 0.81% | 0.99% | - |
| XYZ | 57.38 | 81.66 | 15.43 | - |
| YUV | 211.28 | 35.29 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 47 | 0.24 | 0 | 0.81 | 0.01 | 77.77 | 0.98 | 0.59 |
| Hex | C0 | FD | 2F | 18 | 0 | 51 | 1 | 4E | 62 | 3B |
| Octal | 300 | 375 | 57 | 30 | 0 | 121 | 1 | 116 | 142 | 73 |
| Binary | 11000000 | 11111101 | 101111 | 11000 | 0 | 1010001 | 1 | 1001110 | 1100010 | 111011 |
Color Harmonies of #C0FD2F
Complementary color
Monochromatic Colors of #C0FD2F
Black with #C0FD2F
Text Example
Text Example
White with #C0FD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD2F; }
p { color: rgb(192,253,47); }
H1.HeaderClassName
{
color: #C0FD2F;
}
.AnyTagClassName
{
color: #C0FD2F;
}
</style>
background-color css
<style>
a { background-color: #C0FD2F; }
a { background-color: rgb(192,253,47); }
div.DivClassName
{
background-color: #C0FD2F;
}
.BgClassName
{
background-color: #C0FD2F;
}
</style>
border-color css
<style>
span { border-color: #C0FD2F; }
span { border-color: rgb(192,253,47); }
td.TdClassName
{
border-color: #C0FD2F;
}
.TagClassName
{
border-color: #C0FD2F;
}
</style>