Shades of Atlantis #73E135
Tints of Atlantis #73E135
RGB
CMYK
RGB Variations
Color information
#73E135 (or 0x73E135) is known color: Atlantis. HEX triplet: 73, E1 and 35. RGB value is (115,225,53). Sum of RGB (Red+Green+Blue) = 115+225+53=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #73E135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E135 is #8C1ECA. Grayscale: #ADADAD. Windows color (decimal): -9182923 or 3531123. OLE color: 3531123.
HSL color Cylindrical-coordinate representation of color #73E135: hue angle of 98.37º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73E135 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 53 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.12 |
| HSL | 98.37º | 0.74% | 0.55% | - |
| HSV(B) | 98.37º | 0.76% | 0.88% | - |
| XYZ | 34.64 | 57.75 | 12.69 | - |
| YUV | 172.5 | 60.56 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 53 | 0.49 | 0 | 0.76 | 0.12 | 98.37 | 0.74 | 0.55 |
| Hex | 73 | E1 | 35 | 31 | 0 | 4C | C | 62 | 4A | 37 |
| Octal | 163 | 341 | 65 | 61 | 0 | 114 | 14 | 142 | 112 | 67 |
| Binary | 1110011 | 11100001 | 110101 | 110001 | 0 | 1001100 | 1100 | 1100010 | 1001010 | 110111 |
Color Harmonies of #73E135
Complementary color
Monochromatic Colors of #73E135
Black with #73E135
Text Example
Text Example
White with #73E135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E135; }
p { color: rgb(115,225,53); }
H1.HeaderClassName
{
color: #73E135;
}
.AnyTagClassName
{
color: #73E135;
}
</style>
background-color css
<style>
a { background-color: #73E135; }
a { background-color: rgb(115,225,53); }
div.DivClassName
{
background-color: #73E135;
}
.BgClassName
{
background-color: #73E135;
}
</style>
border-color css
<style>
span { border-color: #73E135; }
span { border-color: rgb(115,225,53); }
td.TdClassName
{
border-color: #73E135;
}
.TagClassName
{
border-color: #73E135;
}
</style>