Shades of Atlantis #71E835
Tints of Atlantis #71E835
RGB
CMYK
RGB Variations
Color information
#71E835 (or 0x71E835) is known color: Atlantis. HEX triplet: 71, E8 and 35. RGB value is (113,232,53). Sum of RGB (Red+Green+Blue) = 113+232+53=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 232 (91.02% from 255 or 58.29% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 232 - color contains mainly: green. Hex color #71E835 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E835 is #8E17CA. Grayscale: #B0B0B0. Windows color (decimal): -9312203 or 3532913. OLE color: 3532913.
HSL color Cylindrical-coordinate representation of color #71E835: hue angle of 99.89º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71E835 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 53 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.09 |
| HSL | 99.89º | 0.8% | 0.56% | - |
| HSV(B) | 99.89º | 0.77% | 0.91% | - |
| XYZ | 36.31 | 61.48 | 13.32 | - |
| YUV | 176.01 | 58.58 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 53 | 0.51 | 0 | 0.77 | 0.09 | 99.89 | 0.8 | 0.56 |
| Hex | 71 | E8 | 35 | 33 | 0 | 4D | 9 | 64 | 50 | 38 |
| Octal | 161 | 350 | 65 | 63 | 0 | 115 | 11 | 144 | 120 | 70 |
| Binary | 1110001 | 11101000 | 110101 | 110011 | 0 | 1001101 | 1001 | 1100100 | 1010000 | 111000 |
Color Harmonies of #71E835
Complementary color
Monochromatic Colors of #71E835
Black with #71E835
Text Example
Text Example
White with #71E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E835; }
p { color: rgb(113,232,53); }
H1.HeaderClassName
{
color: #71E835;
}
.AnyTagClassName
{
color: #71E835;
}
</style>
background-color css
<style>
a { background-color: #71E835; }
a { background-color: rgb(113,232,53); }
div.DivClassName
{
background-color: #71E835;
}
.BgClassName
{
background-color: #71E835;
}
</style>
border-color css
<style>
span { border-color: #71E835; }
span { border-color: rgb(113,232,53); }
td.TdClassName
{
border-color: #71E835;
}
.TagClassName
{
border-color: #71E835;
}
</style>