Shades of Atlantis #76F037
Tints of Atlantis #76F037
RGB
CMYK
RGB Variations
Color information
#76F037 (or 0x76F037) is known color: Atlantis. HEX triplet: 76, F0 and 37. RGB value is (118,240,55). Sum of RGB (Red+Green+Blue) = 118+240+55=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #76F037 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F037 is #890FC8. Grayscale: #B7B7B7. Windows color (decimal): -8982473 or 3666038. OLE color: 3666038.
HSL color Cylindrical-coordinate representation of color #76F037: hue angle of 99.57º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76F037 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 55 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.06 |
| HSL | 99.57º | 0.86% | 0.58% | - |
| HSV(B) | 99.57º | 0.77% | 0.94% | - |
| XYZ | 39.32 | 66.45 | 14.37 | - |
| YUV | 182.43 | 56.08 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 55 | 0.51 | 0 | 0.77 | 0.06 | 99.57 | 0.86 | 0.58 |
| Hex | 76 | F0 | 37 | 33 | 0 | 4D | 6 | 64 | 56 | 3A |
| Octal | 166 | 360 | 67 | 63 | 0 | 115 | 6 | 144 | 126 | 72 |
| Binary | 1110110 | 11110000 | 110111 | 110011 | 0 | 1001101 | 110 | 1100100 | 1010110 | 111010 |
Color Harmonies of #76F037
Complementary color
Monochromatic Colors of #76F037
Black with #76F037
Text Example
Text Example
White with #76F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F037; }
p { color: rgb(118,240,55); }
H1.HeaderClassName
{
color: #76F037;
}
.AnyTagClassName
{
color: #76F037;
}
</style>
background-color css
<style>
a { background-color: #76F037; }
a { background-color: rgb(118,240,55); }
div.DivClassName
{
background-color: #76F037;
}
.BgClassName
{
background-color: #76F037;
}
</style>
border-color css
<style>
span { border-color: #76F037; }
span { border-color: rgb(118,240,55); }
td.TdClassName
{
border-color: #76F037;
}
.TagClassName
{
border-color: #76F037;
}
</style>