Shades of Atlantis #ABE433
Tints of Atlantis #ABE433
RGB
CMYK
RGB Variations
Color information
#ABE433 (or 0xABE433) is known color: Atlantis. HEX triplet: AB, E4 and 33. RGB value is (171,228,51). Sum of RGB (Red+Green+Blue) = 171+228+51=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE433 is #541BCC. Grayscale: #BFBFBF. Windows color (decimal): -5512141 or 3400875. OLE color: 3400875.
HSL color Cylindrical-coordinate representation of color #ABE433: hue angle of 79.32º 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 #ABE433 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 51 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.11 |
| HSL | 79.32º | 0.77% | 0.55% | - |
| HSV(B) | 79.32º | 0.78% | 0.89% | - |
| XYZ | 45.14 | 64.38 | 13.18 | - |
| YUV | 190.78 | 49.12 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 51 | 0.25 | 0 | 0.78 | 0.11 | 79.32 | 0.77 | 0.55 |
| Hex | AB | E4 | 33 | 19 | 0 | 4E | B | 4F | 4D | 37 |
| Octal | 253 | 344 | 63 | 31 | 0 | 116 | 13 | 117 | 115 | 67 |
| Binary | 10101011 | 11100100 | 110011 | 11001 | 0 | 1001110 | 1011 | 1001111 | 1001101 | 110111 |
Color Harmonies of #ABE433
Complementary color
Monochromatic Colors of #ABE433
Black with #ABE433
Text Example
Text Example
White with #ABE433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE433; }
p { color: rgb(171,228,51); }
H1.HeaderClassName
{
color: #ABE433;
}
.AnyTagClassName
{
color: #ABE433;
}
</style>
background-color css
<style>
a { background-color: #ABE433; }
a { background-color: rgb(171,228,51); }
div.DivClassName
{
background-color: #ABE433;
}
.BgClassName
{
background-color: #ABE433;
}
</style>
border-color css
<style>
span { border-color: #ABE433; }
span { border-color: rgb(171,228,51); }
td.TdClassName
{
border-color: #ABE433;
}
.TagClassName
{
border-color: #ABE433;
}
</style>