Shades of Atlantis #78EC36
Tints of Atlantis #78EC36
RGB
CMYK
RGB Variations
Color information
#78EC36 (or 0x78EC36) is known color: Atlantis. HEX triplet: 78, EC and 36. RGB value is (120,236,54). Sum of RGB (Red+Green+Blue) = 120+236+54=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78EC36 is #8713C9. Grayscale: #B5B5B5. Windows color (decimal): -8852426 or 3599480. OLE color: 3599480.
HSL color Cylindrical-coordinate representation of color #78EC36: hue angle of 98.24º 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 #78EC36 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 54 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.07 |
| HSL | 98.24º | 0.83% | 0.57% | - |
| HSV(B) | 98.24º | 0.77% | 0.93% | - |
| XYZ | 38.41 | 64.25 | 13.87 | - |
| YUV | 180.57 | 56.57 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 54 | 0.49 | 0 | 0.77 | 0.07 | 98.24 | 0.83 | 0.57 |
| Hex | 78 | EC | 36 | 31 | 0 | 4D | 7 | 62 | 53 | 39 |
| Octal | 170 | 354 | 66 | 61 | 0 | 115 | 7 | 142 | 123 | 71 |
| Binary | 1111000 | 11101100 | 110110 | 110001 | 0 | 1001101 | 111 | 1100010 | 1010011 | 111001 |
Color Harmonies of #78EC36
Complementary color
Monochromatic Colors of #78EC36
Black with #78EC36
Text Example
Text Example
White with #78EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC36; }
p { color: rgb(120,236,54); }
H1.HeaderClassName
{
color: #78EC36;
}
.AnyTagClassName
{
color: #78EC36;
}
</style>
background-color css
<style>
a { background-color: #78EC36; }
a { background-color: rgb(120,236,54); }
div.DivClassName
{
background-color: #78EC36;
}
.BgClassName
{
background-color: #78EC36;
}
</style>
border-color css
<style>
span { border-color: #78EC36; }
span { border-color: rgb(120,236,54); }
td.TdClassName
{
border-color: #78EC36;
}
.TagClassName
{
border-color: #78EC36;
}
</style>