Shades of Atlantis #75EC37
Tints of Atlantis #75EC37
RGB
CMYK
RGB Variations
Color information
#75EC37 (or 0x75EC37) is known color: Atlantis. HEX triplet: 75, EC and 37. RGB value is (117,236,55). Sum of RGB (Red+Green+Blue) = 117+236+55=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC37 is #8A13C8. Grayscale: #B4B4B4. Windows color (decimal): -9049033 or 3665013. OLE color: 3665013.
HSL color Cylindrical-coordinate representation of color #75EC37: hue angle of 99.45º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75EC37 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 55 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.07 |
| HSL | 99.45º | 0.83% | 0.57% | - |
| HSV(B) | 99.45º | 0.77% | 0.93% | - |
| XYZ | 38.02 | 64.05 | 13.97 | - |
| YUV | 179.79 | 57.58 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 55 | 0.50 | 0 | 0.77 | 0.07 | 99.45 | 0.83 | 0.57 |
| Hex | 75 | EC | 37 | 32 | 0 | 4D | 7 | 63 | 53 | 39 |
| Octal | 165 | 354 | 67 | 62 | 0 | 115 | 7 | 143 | 123 | 71 |
| Binary | 1110101 | 11101100 | 110111 | 110010 | 0 | 1001101 | 111 | 1100011 | 1010011 | 111001 |
Color Harmonies of #75EC37
Complementary color
Monochromatic Colors of #75EC37
Black with #75EC37
Text Example
Text Example
White with #75EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC37; }
p { color: rgb(117,236,55); }
H1.HeaderClassName
{
color: #75EC37;
}
.AnyTagClassName
{
color: #75EC37;
}
</style>
background-color css
<style>
a { background-color: #75EC37; }
a { background-color: rgb(117,236,55); }
div.DivClassName
{
background-color: #75EC37;
}
.BgClassName
{
background-color: #75EC37;
}
</style>
border-color css
<style>
span { border-color: #75EC37; }
span { border-color: rgb(117,236,55); }
td.TdClassName
{
border-color: #75EC37;
}
.TagClassName
{
border-color: #75EC37;
}
</style>