Shades of Atlantis #77EE33
Tints of Atlantis #77EE33
RGB
CMYK
RGB Variations
Color information
#77EE33 (or 0x77EE33) is known color: Atlantis. HEX triplet: 77, EE and 33. RGB value is (119,238,51). Sum of RGB (Red+Green+Blue) = 119+238+51=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 238 (93.36% from 255 or 58.33% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 238 - color contains mainly: green. Hex color #77EE33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #77EE33 is #8811CC. Grayscale: #B5B5B5. Windows color (decimal): -8917453 or 3403383. OLE color: 3403383.
HSL color Cylindrical-coordinate representation of color #77EE33: hue angle of 98.18º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77EE33 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 51 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.07 |
| HSL | 98.18º | 0.85% | 0.57% | - |
| HSV(B) | 98.18º | 0.79% | 0.93% | - |
| XYZ | 38.78 | 65.31 | 13.69 | - |
| YUV | 181.1 | 54.58 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 51 | 0.50 | 0 | 0.79 | 0.07 | 98.18 | 0.85 | 0.57 |
| Hex | 77 | EE | 33 | 32 | 0 | 4F | 7 | 62 | 55 | 39 |
| Octal | 167 | 356 | 63 | 62 | 0 | 117 | 7 | 142 | 125 | 71 |
| Binary | 1110111 | 11101110 | 110011 | 110010 | 0 | 1001111 | 111 | 1100010 | 1010101 | 111001 |
Color Harmonies of #77EE33
Complementary color
Monochromatic Colors of #77EE33
Black with #77EE33
Text Example
Text Example
White with #77EE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EE33; }
p { color: rgb(119,238,51); }
H1.HeaderClassName
{
color: #77EE33;
}
.AnyTagClassName
{
color: #77EE33;
}
</style>
background-color css
<style>
a { background-color: #77EE33; }
a { background-color: rgb(119,238,51); }
div.DivClassName
{
background-color: #77EE33;
}
.BgClassName
{
background-color: #77EE33;
}
</style>
border-color css
<style>
span { border-color: #77EE33; }
span { border-color: rgb(119,238,51); }
td.TdClassName
{
border-color: #77EE33;
}
.TagClassName
{
border-color: #77EE33;
}
</style>