Shades of Atlantis #78F438
Tints of Atlantis #78F438
RGB
CMYK
RGB Variations
Color information
#78F438 (or 0x78F438) is known color: Atlantis. HEX triplet: 78, F4 and 38. RGB value is (120,244,56). Sum of RGB (Red+Green+Blue) = 120+244+56=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #78F438 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78F438 is #870BC7. Grayscale: #BABABA. Windows color (decimal): -8850376 or 3732600. OLE color: 3732600.
HSL color Cylindrical-coordinate representation of color #78F438: hue angle of 99.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78F438 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 244 | 56 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.04 |
| HSL | 99.57º | 0.9% | 0.59% | - |
| HSV(B) | 99.57º | 0.77% | 0.96% | - |
| XYZ | 40.81 | 68.98 | 14.9 | - |
| YUV | 185.49 | 54.92 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 244 | 56 | 0.51 | 0 | 0.77 | 0.04 | 99.57 | 0.9 | 0.59 |
| Hex | 78 | F4 | 38 | 33 | 0 | 4D | 4 | 64 | 5A | 3B |
| Octal | 170 | 364 | 70 | 63 | 0 | 115 | 4 | 144 | 132 | 73 |
| Binary | 1111000 | 11110100 | 111000 | 110011 | 0 | 1001101 | 100 | 1100100 | 1011010 | 111011 |
Color Harmonies of #78F438
Complementary color
Monochromatic Colors of #78F438
Black with #78F438
Text Example
Text Example
White with #78F438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F438; }
p { color: rgb(120,244,56); }
H1.HeaderClassName
{
color: #78F438;
}
.AnyTagClassName
{
color: #78F438;
}
</style>
background-color css
<style>
a { background-color: #78F438; }
a { background-color: rgb(120,244,56); }
div.DivClassName
{
background-color: #78F438;
}
.BgClassName
{
background-color: #78F438;
}
</style>
border-color css
<style>
span { border-color: #78F438; }
span { border-color: rgb(120,244,56); }
td.TdClassName
{
border-color: #78F438;
}
.TagClassName
{
border-color: #78F438;
}
</style>