Shades of Atlantis #78E038
Tints of Atlantis #78E038
RGB
CMYK
RGB Variations
Color information
#78E038 (or 0x78E038) is known color: Atlantis. HEX triplet: 78, E0 and 38. RGB value is (120,224,56). Sum of RGB (Red+Green+Blue) = 120+224+56=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #78E038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78E038 is #871FC7. Grayscale: #AEAEAE. Windows color (decimal): -8855496 or 3727480. OLE color: 3727480.
HSL color Cylindrical-coordinate representation of color #78E038: hue angle of 97.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78E038 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 224 | 56 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.12 |
| HSL | 97.14º | 0.73% | 0.55% | - |
| HSV(B) | 97.14º | 0.75% | 0.88% | - |
| XYZ | 35.12 | 57.59 | 13.01 | - |
| YUV | 173.75 | 61.54 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 224 | 56 | 0.46 | 0 | 0.75 | 0.12 | 97.14 | 0.73 | 0.55 |
| Hex | 78 | E0 | 38 | 2E | 0 | 4B | C | 61 | 49 | 37 |
| Octal | 170 | 340 | 70 | 56 | 0 | 113 | 14 | 141 | 111 | 67 |
| Binary | 1111000 | 11100000 | 111000 | 101110 | 0 | 1001011 | 1100 | 1100001 | 1001001 | 110111 |
Color Harmonies of #78E038
Complementary color
Monochromatic Colors of #78E038
Black with #78E038
Text Example
Text Example
White with #78E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E038; }
p { color: rgb(120,224,56); }
H1.HeaderClassName
{
color: #78E038;
}
.AnyTagClassName
{
color: #78E038;
}
</style>
background-color css
<style>
a { background-color: #78E038; }
a { background-color: rgb(120,224,56); }
div.DivClassName
{
background-color: #78E038;
}
.BgClassName
{
background-color: #78E038;
}
</style>
border-color css
<style>
span { border-color: #78E038; }
span { border-color: rgb(120,224,56); }
td.TdClassName
{
border-color: #78E038;
}
.TagClassName
{
border-color: #78E038;
}
</style>