Shades of Atlantis #72E834
Tints of Atlantis #72E834
RGB
CMYK
RGB Variations
Color information
#72E834 (or 0x72E834) is known color: Atlantis. HEX triplet: 72, E8 and 34. RGB value is (114,232,52). Sum of RGB (Red+Green+Blue) = 114+232+52=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 232 (91.02% from 255 or 58.29% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 232 - color contains mainly: green. Hex color #72E834 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E834 is #8D17CB. Grayscale: #B0B0B0. Windows color (decimal): -9246668 or 3467378. OLE color: 3467378.
HSL color Cylindrical-coordinate representation of color #72E834: hue angle of 99.33º 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 #72E834 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 232 | 52 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.09 |
| HSL | 99.33º | 0.8% | 0.56% | - |
| HSV(B) | 99.33º | 0.78% | 0.91% | - |
| XYZ | 36.42 | 61.54 | 13.21 | - |
| YUV | 176.2 | 57.91 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 232 | 52 | 0.51 | 0 | 0.78 | 0.09 | 99.33 | 0.8 | 0.56 |
| Hex | 72 | E8 | 34 | 33 | 0 | 4E | 9 | 63 | 50 | 38 |
| Octal | 162 | 350 | 64 | 63 | 0 | 116 | 11 | 143 | 120 | 70 |
| Binary | 1110010 | 11101000 | 110100 | 110011 | 0 | 1001110 | 1001 | 1100011 | 1010000 | 111000 |
Color Harmonies of #72E834
Complementary color
Monochromatic Colors of #72E834
Black with #72E834
Text Example
Text Example
White with #72E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E834; }
p { color: rgb(114,232,52); }
H1.HeaderClassName
{
color: #72E834;
}
.AnyTagClassName
{
color: #72E834;
}
</style>
background-color css
<style>
a { background-color: #72E834; }
a { background-color: rgb(114,232,52); }
div.DivClassName
{
background-color: #72E834;
}
.BgClassName
{
background-color: #72E834;
}
</style>
border-color css
<style>
span { border-color: #72E834; }
span { border-color: rgb(114,232,52); }
td.TdClassName
{
border-color: #72E834;
}
.TagClassName
{
border-color: #72E834;
}
</style>