Shades of Atlantis #75EC33
Tints of Atlantis #75EC33
RGB
CMYK
RGB Variations
Color information
#75EC33 (or 0x75EC33) is known color: Atlantis. HEX triplet: 75, EC and 33. RGB value is (117,236,51). Sum of RGB (Red+Green+Blue) = 117+236+51=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC33 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EC33 is #8A13CC. Grayscale: #B3B3B3. Windows color (decimal): -9049037 or 3402869. OLE color: 3402869.
HSL color Cylindrical-coordinate representation of color #75EC33: hue angle of 98.59º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75EC33 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 51 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.07 |
| HSL | 98.59º | 0.83% | 0.56% | - |
| HSV(B) | 98.59º | 0.78% | 0.93% | - |
| XYZ | 37.93 | 64.01 | 13.49 | - |
| YUV | 179.33 | 55.58 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 51 | 0.50 | 0 | 0.78 | 0.07 | 98.59 | 0.83 | 0.56 |
| Hex | 75 | EC | 33 | 32 | 0 | 4E | 7 | 63 | 53 | 38 |
| Octal | 165 | 354 | 63 | 62 | 0 | 116 | 7 | 143 | 123 | 70 |
| Binary | 1110101 | 11101100 | 110011 | 110010 | 0 | 1001110 | 111 | 1100011 | 1010011 | 111000 |
Color Harmonies of #75EC33
Complementary color
Monochromatic Colors of #75EC33
Black with #75EC33
Text Example
Text Example
White with #75EC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC33; }
p { color: rgb(117,236,51); }
H1.HeaderClassName
{
color: #75EC33;
}
.AnyTagClassName
{
color: #75EC33;
}
</style>
background-color css
<style>
a { background-color: #75EC33; }
a { background-color: rgb(117,236,51); }
div.DivClassName
{
background-color: #75EC33;
}
.BgClassName
{
background-color: #75EC33;
}
</style>
border-color css
<style>
span { border-color: #75EC33; }
span { border-color: rgb(117,236,51); }
td.TdClassName
{
border-color: #75EC33;
}
.TagClassName
{
border-color: #75EC33;
}
</style>