Shades of Atlantis #73E534
Tints of Atlantis #73E534
RGB
CMYK
RGB Variations
Color information
#73E534 (or 0x73E534) is known color: Atlantis. HEX triplet: 73, E5 and 34. RGB value is (115,229,52). Sum of RGB (Red+Green+Blue) = 115+229+52=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #73E534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E534 is #8C1ACB. Grayscale: #AFAFAF. Windows color (decimal): -9181900 or 3466611. OLE color: 3466611.
HSL color Cylindrical-coordinate representation of color #73E534: hue angle of 98.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73E534 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 229 | 52 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.10 |
| HSL | 98.64º | 0.77% | 0.55% | - |
| HSV(B) | 98.64º | 0.77% | 0.9% | - |
| XYZ | 35.71 | 59.93 | 12.93 | - |
| YUV | 174.74 | 58.73 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 229 | 52 | 0.50 | 0 | 0.77 | 0.10 | 98.64 | 0.77 | 0.55 |
| Hex | 73 | E5 | 34 | 32 | 0 | 4D | A | 63 | 4D | 37 |
| Octal | 163 | 345 | 64 | 62 | 0 | 115 | 12 | 143 | 115 | 67 |
| Binary | 1110011 | 11100101 | 110100 | 110010 | 0 | 1001101 | 1010 | 1100011 | 1001101 | 110111 |
Color Harmonies of #73E534
Complementary color
Monochromatic Colors of #73E534
Black with #73E534
Text Example
Text Example
White with #73E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E534; }
p { color: rgb(115,229,52); }
H1.HeaderClassName
{
color: #73E534;
}
.AnyTagClassName
{
color: #73E534;
}
</style>
background-color css
<style>
a { background-color: #73E534; }
a { background-color: rgb(115,229,52); }
div.DivClassName
{
background-color: #73E534;
}
.BgClassName
{
background-color: #73E534;
}
</style>
border-color css
<style>
span { border-color: #73E534; }
span { border-color: rgb(115,229,52); }
td.TdClassName
{
border-color: #73E534;
}
.TagClassName
{
border-color: #73E534;
}
</style>