Shades of Atlantis #76EA31
Tints of Atlantis #76EA31
RGB
CMYK
RGB Variations
Color information
#76EA31 (or 0x76EA31) is known color: Atlantis. HEX triplet: 76, EA and 31. RGB value is (118,234,49). Sum of RGB (Red+Green+Blue) = 118+234+49=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 234 (91.80% from 255 or 58.35% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EA31 is #8915CE. Grayscale: #B2B2B2. Windows color (decimal): -8984015 or 3271286. OLE color: 3271286.
HSL color Cylindrical-coordinate representation of color #76EA31: hue angle of 97.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76EA31 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 49 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.08 |
| HSL | 97.62º | 0.81% | 0.55% | - |
| HSV(B) | 97.62º | 0.79% | 0.92% | - |
| XYZ | 37.45 | 62.92 | 13.08 | - |
| YUV | 178.23 | 55.07 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 49 | 0.50 | 0 | 0.79 | 0.08 | 97.62 | 0.81 | 0.55 |
| Hex | 76 | EA | 31 | 32 | 0 | 4F | 8 | 62 | 51 | 37 |
| Octal | 166 | 352 | 61 | 62 | 0 | 117 | 10 | 142 | 121 | 67 |
| Binary | 1110110 | 11101010 | 110001 | 110010 | 0 | 1001111 | 1000 | 1100010 | 1010001 | 110111 |
Color Harmonies of #76EA31
Complementary color
Monochromatic Colors of #76EA31
Black with #76EA31
Text Example
Text Example
White with #76EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EA31; }
p { color: rgb(118,234,49); }
H1.HeaderClassName
{
color: #76EA31;
}
.AnyTagClassName
{
color: #76EA31;
}
</style>
background-color css
<style>
a { background-color: #76EA31; }
a { background-color: rgb(118,234,49); }
div.DivClassName
{
background-color: #76EA31;
}
.BgClassName
{
background-color: #76EA31;
}
</style>
border-color css
<style>
span { border-color: #76EA31; }
span { border-color: rgb(118,234,49); }
td.TdClassName
{
border-color: #76EA31;
}
.TagClassName
{
border-color: #76EA31;
}
</style>