Shades of Atlantis #71E834
Tints of Atlantis #71E834
RGB
CMYK
RGB Variations
Color information
#71E834 (or 0x71E834) is known color: Atlantis. HEX triplet: 71, E8 and 34. RGB value is (113,232,52). Sum of RGB (Red+Green+Blue) = 113+232+52=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 232 (91.02% from 255 or 58.44% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 232 - color contains mainly: green. Hex color #71E834 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E834 is #8E17CB. Grayscale: #B0B0B0. Windows color (decimal): -9312204 or 3467377. OLE color: 3467377.
HSL color Cylindrical-coordinate representation of color #71E834: hue angle of 99.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71E834 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 52 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.09 |
| HSL | 99.67º | 0.8% | 0.56% | - |
| HSV(B) | 99.67º | 0.78% | 0.91% | - |
| XYZ | 36.29 | 61.47 | 13.2 | - |
| YUV | 175.9 | 58.08 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 52 | 0.51 | 0 | 0.78 | 0.09 | 99.67 | 0.8 | 0.56 |
| Hex | 71 | E8 | 34 | 33 | 0 | 4E | 9 | 64 | 50 | 38 |
| Octal | 161 | 350 | 64 | 63 | 0 | 116 | 11 | 144 | 120 | 70 |
| Binary | 1110001 | 11101000 | 110100 | 110011 | 0 | 1001110 | 1001 | 1100100 | 1010000 | 111000 |
Color Harmonies of #71E834
Complementary color
Monochromatic Colors of #71E834
Black with #71E834
Text Example
Text Example
White with #71E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E834; }
p { color: rgb(113,232,52); }
H1.HeaderClassName
{
color: #71E834;
}
.AnyTagClassName
{
color: #71E834;
}
</style>
background-color css
<style>
a { background-color: #71E834; }
a { background-color: rgb(113,232,52); }
div.DivClassName
{
background-color: #71E834;
}
.BgClassName
{
background-color: #71E834;
}
</style>
border-color css
<style>
span { border-color: #71E834; }
span { border-color: rgb(113,232,52); }
td.TdClassName
{
border-color: #71E834;
}
.TagClassName
{
border-color: #71E834;
}
</style>