Shades of Atlantis #75E833
Tints of Atlantis #75E833
RGB
CMYK
RGB Variations
Color information
#75E833 (or 0x75E833) is known color: Atlantis. HEX triplet: 75, E8 and 33. RGB value is (117,232,51). Sum of RGB (Red+Green+Blue) = 117+232+51=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 232 (91.02% from 255 or 58% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 232 - color contains mainly: green. Hex color #75E833 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E833 is #8A17CC. Grayscale: #B1B1B1. Windows color (decimal): -9050061 or 3401845. OLE color: 3401845.
HSL color Cylindrical-coordinate representation of color #75E833: hue angle of 98.12º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75E833 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 51 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.09 |
| HSL | 98.12º | 0.8% | 0.55% | - |
| HSV(B) | 98.12º | 0.78% | 0.91% | - |
| XYZ | 36.79 | 61.73 | 13.11 | - |
| YUV | 176.98 | 56.9 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 51 | 0.50 | 0 | 0.78 | 0.09 | 98.12 | 0.8 | 0.55 |
| Hex | 75 | E8 | 33 | 32 | 0 | 4E | 9 | 62 | 50 | 37 |
| Octal | 165 | 350 | 63 | 62 | 0 | 116 | 11 | 142 | 120 | 67 |
| Binary | 1110101 | 11101000 | 110011 | 110010 | 0 | 1001110 | 1001 | 1100010 | 1010000 | 110111 |
Color Harmonies of #75E833
Complementary color
Monochromatic Colors of #75E833
Black with #75E833
Text Example
Text Example
White with #75E833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E833; }
p { color: rgb(117,232,51); }
H1.HeaderClassName
{
color: #75E833;
}
.AnyTagClassName
{
color: #75E833;
}
</style>
background-color css
<style>
a { background-color: #75E833; }
a { background-color: rgb(117,232,51); }
div.DivClassName
{
background-color: #75E833;
}
.BgClassName
{
background-color: #75E833;
}
</style>
border-color css
<style>
span { border-color: #75E833; }
span { border-color: rgb(117,232,51); }
td.TdClassName
{
border-color: #75E833;
}
.TagClassName
{
border-color: #75E833;
}
</style>