Shades of Atlantis #73E934
Tints of Atlantis #73E934
RGB
CMYK
RGB Variations
Color information
#73E934 (or 0x73E934) is known color: Atlantis. HEX triplet: 73, E9 and 34. RGB value is (115,233,52). Sum of RGB (Red+Green+Blue) = 115+233+52=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #73E934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73E934 is #8C16CB. Grayscale: #B1B1B1. Windows color (decimal): -9180876 or 3467635. OLE color: 3467635.
HSL color Cylindrical-coordinate representation of color #73E934: hue angle of 99.12º 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 #73E934 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 233 | 52 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.09 |
| HSL | 99.12º | 0.8% | 0.56% | - |
| HSV(B) | 99.12º | 0.78% | 0.91% | - |
| XYZ | 36.83 | 62.17 | 13.31 | - |
| YUV | 177.08 | 57.41 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 233 | 52 | 0.51 | 0 | 0.78 | 0.09 | 99.12 | 0.8 | 0.56 |
| Hex | 73 | E9 | 34 | 33 | 0 | 4E | 9 | 63 | 50 | 38 |
| Octal | 163 | 351 | 64 | 63 | 0 | 116 | 11 | 143 | 120 | 70 |
| Binary | 1110011 | 11101001 | 110100 | 110011 | 0 | 1001110 | 1001 | 1100011 | 1010000 | 111000 |
Color Harmonies of #73E934
Complementary color
Monochromatic Colors of #73E934
Black with #73E934
Text Example
Text Example
White with #73E934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E934; }
p { color: rgb(115,233,52); }
H1.HeaderClassName
{
color: #73E934;
}
.AnyTagClassName
{
color: #73E934;
}
</style>
background-color css
<style>
a { background-color: #73E934; }
a { background-color: rgb(115,233,52); }
div.DivClassName
{
background-color: #73E934;
}
.BgClassName
{
background-color: #73E934;
}
</style>
border-color css
<style>
span { border-color: #73E934; }
span { border-color: rgb(115,233,52); }
td.TdClassName
{
border-color: #73E934;
}
.TagClassName
{
border-color: #73E934;
}
</style>