Shades of Atlantis #78DF36
Tints of Atlantis #78DF36
RGB
CMYK
RGB Variations
Color information
#78DF36 (or 0x78DF36) is known color: Atlantis. HEX triplet: 78, DF and 36. RGB value is (120,223,54). Sum of RGB (Red+Green+Blue) = 120+223+54=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DF36 is #8720C9. Grayscale: #ADADAD. Windows color (decimal): -8855754 or 3596152. OLE color: 3596152.
HSL color Cylindrical-coordinate representation of color #78DF36: hue angle of 96.57º degrees, saturation: 0.73, 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 #78DF36 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 54 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.13 |
| HSL | 96.57º | 0.73% | 0.54% | - |
| HSV(B) | 96.57º | 0.76% | 0.87% | - |
| XYZ | 34.8 | 57.03 | 12.66 | - |
| YUV | 172.94 | 60.88 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 54 | 0.46 | 0 | 0.76 | 0.13 | 96.57 | 0.73 | 0.54 |
| Hex | 78 | DF | 36 | 2E | 0 | 4C | D | 61 | 49 | 36 |
| Octal | 170 | 337 | 66 | 56 | 0 | 114 | 15 | 141 | 111 | 66 |
| Binary | 1111000 | 11011111 | 110110 | 101110 | 0 | 1001100 | 1101 | 1100001 | 1001001 | 110110 |
Color Harmonies of #78DF36
Complementary color
Monochromatic Colors of #78DF36
Black with #78DF36
Text Example
Text Example
White with #78DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF36; }
p { color: rgb(120,223,54); }
H1.HeaderClassName
{
color: #78DF36;
}
.AnyTagClassName
{
color: #78DF36;
}
</style>
background-color css
<style>
a { background-color: #78DF36; }
a { background-color: rgb(120,223,54); }
div.DivClassName
{
background-color: #78DF36;
}
.BgClassName
{
background-color: #78DF36;
}
</style>
border-color css
<style>
span { border-color: #78DF36; }
span { border-color: rgb(120,223,54); }
td.TdClassName
{
border-color: #78DF36;
}
.TagClassName
{
border-color: #78DF36;
}
</style>