Shades of Atlantis #78DD36
Tints of Atlantis #78DD36
RGB
CMYK
RGB Variations
Color information
#78DD36 (or 0x78DD36) is known color: Atlantis. HEX triplet: 78, DD and 36. RGB value is (120,221,54). Sum of RGB (Red+Green+Blue) = 120+221+54=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DD36 is #8722C9. Grayscale: #ACACAC. Windows color (decimal): -8856266 or 3595640. OLE color: 3595640.
HSL color Cylindrical-coordinate representation of color #78DD36: hue angle of 96.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78DD36 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 54 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.13 |
| HSL | 96.29º | 0.71% | 0.54% | - |
| HSV(B) | 96.29º | 0.76% | 0.87% | - |
| XYZ | 34.27 | 55.97 | 12.49 | - |
| YUV | 171.76 | 61.54 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 54 | 0.46 | 0 | 0.76 | 0.13 | 96.29 | 0.71 | 0.54 |
| Hex | 78 | DD | 36 | 2E | 0 | 4C | D | 60 | 47 | 36 |
| Octal | 170 | 335 | 66 | 56 | 0 | 114 | 15 | 140 | 107 | 66 |
| Binary | 1111000 | 11011101 | 110110 | 101110 | 0 | 1001100 | 1101 | 1100000 | 1000111 | 110110 |
Color Harmonies of #78DD36
Complementary color
Monochromatic Colors of #78DD36
Black with #78DD36
Text Example
Text Example
White with #78DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD36; }
p { color: rgb(120,221,54); }
H1.HeaderClassName
{
color: #78DD36;
}
.AnyTagClassName
{
color: #78DD36;
}
</style>
background-color css
<style>
a { background-color: #78DD36; }
a { background-color: rgb(120,221,54); }
div.DivClassName
{
background-color: #78DD36;
}
.BgClassName
{
background-color: #78DD36;
}
</style>
border-color css
<style>
span { border-color: #78DD36; }
span { border-color: rgb(120,221,54); }
td.TdClassName
{
border-color: #78DD36;
}
.TagClassName
{
border-color: #78DD36;
}
</style>