Shades of Atlantis #78EC37
Tints of Atlantis #78EC37
RGB
CMYK
RGB Variations
Color information
#78EC37 (or 0x78EC37) is known color: Atlantis. HEX triplet: 78, EC and 37. RGB value is (120,236,55). Sum of RGB (Red+Green+Blue) = 120+236+55=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78EC37 is #8713C8. Grayscale: #B5B5B5. Windows color (decimal): -8852425 or 3665016. OLE color: 3665016.
HSL color Cylindrical-coordinate representation of color #78EC37: hue angle of 98.45º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78EC37 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 55 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.07 |
| HSL | 98.45º | 0.83% | 0.57% | - |
| HSV(B) | 98.45º | 0.77% | 0.93% | - |
| XYZ | 38.43 | 64.26 | 13.99 | - |
| YUV | 180.68 | 57.07 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 55 | 0.49 | 0 | 0.77 | 0.07 | 98.45 | 0.83 | 0.57 |
| Hex | 78 | EC | 37 | 31 | 0 | 4D | 7 | 62 | 53 | 39 |
| Octal | 170 | 354 | 67 | 61 | 0 | 115 | 7 | 142 | 123 | 71 |
| Binary | 1111000 | 11101100 | 110111 | 110001 | 0 | 1001101 | 111 | 1100010 | 1010011 | 111001 |
Color Harmonies of #78EC37
Complementary color
Monochromatic Colors of #78EC37
Black with #78EC37
Text Example
Text Example
White with #78EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC37; }
p { color: rgb(120,236,55); }
H1.HeaderClassName
{
color: #78EC37;
}
.AnyTagClassName
{
color: #78EC37;
}
</style>
background-color css
<style>
a { background-color: #78EC37; }
a { background-color: rgb(120,236,55); }
div.DivClassName
{
background-color: #78EC37;
}
.BgClassName
{
background-color: #78EC37;
}
</style>
border-color css
<style>
span { border-color: #78EC37; }
span { border-color: rgb(120,236,55); }
td.TdClassName
{
border-color: #78EC37;
}
.TagClassName
{
border-color: #78EC37;
}
</style>