Shades of Atlantis #ADE433
Tints of Atlantis #ADE433
RGB
CMYK
RGB Variations
Color information
#ADE433 (or 0xADE433) is known color: Atlantis. HEX triplet: AD, E4 and 33. RGB value is (173,228,51). Sum of RGB (Red+Green+Blue) = 173+228+51=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE433 is #521BCC. Grayscale: #C0C0C0. Windows color (decimal): -5381069 or 3400877. OLE color: 3400877.
HSL color Cylindrical-coordinate representation of color #ADE433: hue angle of 78.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADE433 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 51 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.11 |
| HSL | 78.64º | 0.77% | 0.55% | - |
| HSV(B) | 78.64º | 0.78% | 0.89% | - |
| XYZ | 45.57 | 64.61 | 13.2 | - |
| YUV | 191.38 | 48.78 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 51 | 0.24 | 0 | 0.78 | 0.11 | 78.64 | 0.77 | 0.55 |
| Hex | AD | E4 | 33 | 18 | 0 | 4E | B | 4F | 4D | 37 |
| Octal | 255 | 344 | 63 | 30 | 0 | 116 | 13 | 117 | 115 | 67 |
| Binary | 10101101 | 11100100 | 110011 | 11000 | 0 | 1001110 | 1011 | 1001111 | 1001101 | 110111 |
Color Harmonies of #ADE433
Complementary color
Monochromatic Colors of #ADE433
Black with #ADE433
Text Example
Text Example
White with #ADE433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE433; }
p { color: rgb(173,228,51); }
H1.HeaderClassName
{
color: #ADE433;
}
.AnyTagClassName
{
color: #ADE433;
}
</style>
background-color css
<style>
a { background-color: #ADE433; }
a { background-color: rgb(173,228,51); }
div.DivClassName
{
background-color: #ADE433;
}
.BgClassName
{
background-color: #ADE433;
}
</style>
border-color css
<style>
span { border-color: #ADE433; }
span { border-color: rgb(173,228,51); }
td.TdClassName
{
border-color: #ADE433;
}
.TagClassName
{
border-color: #ADE433;
}
</style>