Shades of Atlantis #77EE3C
Tints of Atlantis #77EE3C
RGB
CMYK
RGB Variations
Color information
#77EE3C (or 0x77EE3C) is known color: Atlantis. HEX triplet: 77, EE and 3C. RGB value is (119,238,60). Sum of RGB (Red+Green+Blue) = 119+238+60=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 238 (93.36% from 255 or 57.07% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 238 - color contains mainly: green. Hex color #77EE3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EE3C is #8811C3. Grayscale: #B6B6B6. Windows color (decimal): -8917444 or 3993207. OLE color: 3993207.
HSL color Cylindrical-coordinate representation of color #77EE3C: hue angle of 100.11º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77EE3C is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 60 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.07 |
| HSL | 100.11º | 0.84% | 0.58% | - |
| HSV(B) | 100.11º | 0.75% | 0.93% | - |
| XYZ | 39 | 65.4 | 14.84 | - |
| YUV | 182.13 | 59.08 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 60 | 0.50 | 0 | 0.75 | 0.07 | 100.11 | 0.84 | 0.58 |
| Hex | 77 | EE | 3C | 32 | 0 | 4B | 7 | 64 | 54 | 3A |
| Octal | 167 | 356 | 74 | 62 | 0 | 113 | 7 | 144 | 124 | 72 |
| Binary | 1110111 | 11101110 | 111100 | 110010 | 0 | 1001011 | 111 | 1100100 | 1010100 | 111010 |
Color Harmonies of #77EE3C
Complementary color
Monochromatic Colors of #77EE3C
Black with #77EE3C
Text Example
Text Example
White with #77EE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EE3C; }
p { color: rgb(119,238,60); }
H1.HeaderClassName
{
color: #77EE3C;
}
.AnyTagClassName
{
color: #77EE3C;
}
</style>
background-color css
<style>
a { background-color: #77EE3C; }
a { background-color: rgb(119,238,60); }
div.DivClassName
{
background-color: #77EE3C;
}
.BgClassName
{
background-color: #77EE3C;
}
</style>
border-color css
<style>
span { border-color: #77EE3C; }
span { border-color: rgb(119,238,60); }
td.TdClassName
{
border-color: #77EE3C;
}
.TagClassName
{
border-color: #77EE3C;
}
</style>