Shades of Atlantis #77E134
Tints of Atlantis #77E134
RGB
CMYK
RGB Variations
Color information
#77E134 (or 0x77E134) is known color: Atlantis. HEX triplet: 77, E1 and 34. RGB value is (119,225,52). Sum of RGB (Red+Green+Blue) = 119+225+52=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #77E134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77E134 is #881ECB. Grayscale: #AEAEAE. Windows color (decimal): -8920780 or 3465591. OLE color: 3465591.
HSL color Cylindrical-coordinate representation of color #77E134: hue angle of 96.76º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77E134 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 225 | 52 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.12 |
| HSL | 96.76º | 0.74% | 0.54% | - |
| HSV(B) | 96.76º | 0.77% | 0.88% | - |
| XYZ | 35.15 | 58.02 | 12.6 | - |
| YUV | 173.58 | 59.38 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 225 | 52 | 0.47 | 0 | 0.77 | 0.12 | 96.76 | 0.74 | 0.54 |
| Hex | 77 | E1 | 34 | 2F | 0 | 4D | C | 61 | 4A | 36 |
| Octal | 167 | 341 | 64 | 57 | 0 | 115 | 14 | 141 | 112 | 66 |
| Binary | 1110111 | 11100001 | 110100 | 101111 | 0 | 1001101 | 1100 | 1100001 | 1001010 | 110110 |
Color Harmonies of #77E134
Complementary color
Monochromatic Colors of #77E134
Black with #77E134
Text Example
Text Example
White with #77E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E134; }
p { color: rgb(119,225,52); }
H1.HeaderClassName
{
color: #77E134;
}
.AnyTagClassName
{
color: #77E134;
}
</style>
background-color css
<style>
a { background-color: #77E134; }
a { background-color: rgb(119,225,52); }
div.DivClassName
{
background-color: #77E134;
}
.BgClassName
{
background-color: #77E134;
}
</style>
border-color css
<style>
span { border-color: #77E134; }
span { border-color: rgb(119,225,52); }
td.TdClassName
{
border-color: #77E134;
}
.TagClassName
{
border-color: #77E134;
}
</style>