Shades of Atlantis #78DB38
Tints of Atlantis #78DB38
RGB
CMYK
RGB Variations
Color information
#78DB38 (or 0x78DB38) is known color: Atlantis. HEX triplet: 78, DB and 38. RGB value is (120,219,56). Sum of RGB (Red+Green+Blue) = 120+219+56=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DB38 is #8724C7. Grayscale: #ABABAB. Windows color (decimal): -8856776 or 3726200. OLE color: 3726200.
HSL color Cylindrical-coordinate representation of color #78DB38: hue angle of 96.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78DB38 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 56 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.14 |
| HSL | 96.44º | 0.69% | 0.54% | - |
| HSV(B) | 96.44º | 0.74% | 0.86% | - |
| XYZ | 33.79 | 54.94 | 12.57 | - |
| YUV | 170.82 | 63.2 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 56 | 0.45 | 0 | 0.74 | 0.14 | 96.44 | 0.69 | 0.54 |
| Hex | 78 | DB | 38 | 2D | 0 | 4A | E | 60 | 45 | 36 |
| Octal | 170 | 333 | 70 | 55 | 0 | 112 | 16 | 140 | 105 | 66 |
| Binary | 1111000 | 11011011 | 111000 | 101101 | 0 | 1001010 | 1110 | 1100000 | 1000101 | 110110 |
Color Harmonies of #78DB38
Complementary color
Monochromatic Colors of #78DB38
Black with #78DB38
Text Example
Text Example
White with #78DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB38; }
p { color: rgb(120,219,56); }
H1.HeaderClassName
{
color: #78DB38;
}
.AnyTagClassName
{
color: #78DB38;
}
</style>
background-color css
<style>
a { background-color: #78DB38; }
a { background-color: rgb(120,219,56); }
div.DivClassName
{
background-color: #78DB38;
}
.BgClassName
{
background-color: #78DB38;
}
</style>
border-color css
<style>
span { border-color: #78DB38; }
span { border-color: rgb(120,219,56); }
td.TdClassName
{
border-color: #78DB38;
}
.TagClassName
{
border-color: #78DB38;
}
</style>