Shades of Green Yellow #C0FC38
Tints of Green Yellow #C0FC38
RGB
CMYK
RGB Variations
Color information
#C0FC38 (or 0xC0FC38) is known color: Green Yellow. HEX triplet: C0, FC and 38. RGB value is (192,252,56). Sum of RGB (Red+Green+Blue) = 192+252+56=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FC38 is #3F03C7. Grayscale: #D4D4D4. Windows color (decimal): -4129736 or 3734720. OLE color: 3734720.
HSL color Cylindrical-coordinate representation of color #C0FC38: hue angle of 78.37º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0FC38 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 56 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.01 |
| HSL | 78.37º | 0.97% | 0.6% | - |
| HSV(B) | 78.37º | 0.78% | 0.99% | - |
| XYZ | 57.26 | 81.11 | 16.38 | - |
| YUV | 211.72 | 40.12 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 56 | 0.24 | 0 | 0.78 | 0.01 | 78.37 | 0.97 | 0.6 |
| Hex | C0 | FC | 38 | 18 | 0 | 4E | 1 | 4E | 61 | 3C |
| Octal | 300 | 374 | 70 | 30 | 0 | 116 | 1 | 116 | 141 | 74 |
| Binary | 11000000 | 11111100 | 111000 | 11000 | 0 | 1001110 | 1 | 1001110 | 1100001 | 111100 |
Color Harmonies of #C0FC38
Complementary color
Monochromatic Colors of #C0FC38
Black with #C0FC38
Text Example
Text Example
White with #C0FC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC38; }
p { color: rgb(192,252,56); }
H1.HeaderClassName
{
color: #C0FC38;
}
.AnyTagClassName
{
color: #C0FC38;
}
</style>
background-color css
<style>
a { background-color: #C0FC38; }
a { background-color: rgb(192,252,56); }
div.DivClassName
{
background-color: #C0FC38;
}
.BgClassName
{
background-color: #C0FC38;
}
</style>
border-color css
<style>
span { border-color: #C0FC38; }
span { border-color: rgb(192,252,56); }
td.TdClassName
{
border-color: #C0FC38;
}
.TagClassName
{
border-color: #C0FC38;
}
</style>