Shades of Green Yellow #C0FF38
Tints of Green Yellow #C0FF38
RGB
CMYK
RGB Variations
Color information
#C0FF38 (or 0xC0FF38) is known color: Green Yellow. HEX triplet: C0, FF and 38. RGB value is (192,255,56). Sum of RGB (Red+Green+Blue) = 192+255+56=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF38 is #3F00C7. Grayscale: #D6D6D6. Windows color (decimal): -4128968 or 3735488. OLE color: 3735488.
HSL color Cylindrical-coordinate representation of color #C0FF38: hue angle of 78.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0FF38 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 56 | - |
| CMYK | 0.25 | 0 | 0.78 | 0 |
| HSL | 78.99º | 1% | 0.61% | - |
| HSV(B) | 78.99º | 0.78% | 1% | - |
| XYZ | 58.21 | 83.01 | 16.7 | - |
| YUV | 213.48 | 39.13 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 56 | 0.25 | 0 | 0.78 | 0 | 78.99 | 1 | 0.61 |
| Hex | C0 | FF | 38 | 19 | 0 | 4E | 0 | 4F | 64 | 3D |
| Octal | 300 | 377 | 70 | 31 | 0 | 116 | 0 | 117 | 144 | 75 |
| Binary | 11000000 | 11111111 | 111000 | 11001 | 0 | 1001110 | 0 | 1001111 | 1100100 | 111101 |
Color Harmonies of #C0FF38
Complementary color
Monochromatic Colors of #C0FF38
Black with #C0FF38
Text Example
Text Example
White with #C0FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF38; }
p { color: rgb(192,255,56); }
H1.HeaderClassName
{
color: #C0FF38;
}
.AnyTagClassName
{
color: #C0FF38;
}
</style>
background-color css
<style>
a { background-color: #C0FF38; }
a { background-color: rgb(192,255,56); }
div.DivClassName
{
background-color: #C0FF38;
}
.BgClassName
{
background-color: #C0FF38;
}
</style>
border-color css
<style>
span { border-color: #C0FF38; }
span { border-color: rgb(192,255,56); }
td.TdClassName
{
border-color: #C0FF38;
}
.TagClassName
{
border-color: #C0FF38;
}
</style>