Shades of Atlantis #77EA34
Tints of Atlantis #77EA34
RGB
CMYK
RGB Variations
Color information
#77EA34 (or 0x77EA34) is known color: Atlantis. HEX triplet: 77, EA and 34. RGB value is (119,234,52). Sum of RGB (Red+Green+Blue) = 119+234+52=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #77EA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EA34 is #8815CB. Grayscale: #B3B3B3. Windows color (decimal): -8918476 or 3467895. OLE color: 3467895.
HSL color Cylindrical-coordinate representation of color #77EA34: hue angle of 97.91º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77EA34 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 52 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.08 |
| HSL | 97.91º | 0.81% | 0.56% | - |
| HSV(B) | 97.91º | 0.78% | 0.92% | - |
| XYZ | 37.65 | 63.02 | 13.43 | - |
| YUV | 178.87 | 56.4 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 52 | 0.49 | 0 | 0.78 | 0.08 | 97.91 | 0.81 | 0.56 |
| Hex | 77 | EA | 34 | 31 | 0 | 4E | 8 | 62 | 51 | 38 |
| Octal | 167 | 352 | 64 | 61 | 0 | 116 | 10 | 142 | 121 | 70 |
| Binary | 1110111 | 11101010 | 110100 | 110001 | 0 | 1001110 | 1000 | 1100010 | 1010001 | 111000 |
Color Harmonies of #77EA34
Complementary color
Monochromatic Colors of #77EA34
Black with #77EA34
Text Example
Text Example
White with #77EA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EA34; }
p { color: rgb(119,234,52); }
H1.HeaderClassName
{
color: #77EA34;
}
.AnyTagClassName
{
color: #77EA34;
}
</style>
background-color css
<style>
a { background-color: #77EA34; }
a { background-color: rgb(119,234,52); }
div.DivClassName
{
background-color: #77EA34;
}
.BgClassName
{
background-color: #77EA34;
}
</style>
border-color css
<style>
span { border-color: #77EA34; }
span { border-color: rgb(119,234,52); }
td.TdClassName
{
border-color: #77EA34;
}
.TagClassName
{
border-color: #77EA34;
}
</style>