Shades of Atlantis #AFDB3A
Tints of Atlantis #AFDB3A
RGB
CMYK
RGB Variations
Color information
#AFDB3A (or 0xAFDB3A) is known color: Atlantis. HEX triplet: AF, DB and 3A. RGB value is (175,219,58). Sum of RGB (Red+Green+Blue) = 175+219+58=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3A is #5024C5. Grayscale: #BCBCBC. Windows color (decimal): -5252294 or 3857327. OLE color: 3857327.
HSL color Cylindrical-coordinate representation of color #AFDB3A: hue angle of 76.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFDB3A is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 58 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.14 |
| HSL | 76.4º | 0.69% | 0.54% | - |
| HSV(B) | 76.4º | 0.74% | 0.86% | - |
| XYZ | 43.77 | 60.08 | 13.29 | - |
| YUV | 187.49 | 54.92 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 58 | 0.20 | 0 | 0.74 | 0.14 | 76.4 | 0.69 | 0.54 |
| Hex | AF | DB | 3A | 14 | 0 | 4A | E | 4C | 45 | 36 |
| Octal | 257 | 333 | 72 | 24 | 0 | 112 | 16 | 114 | 105 | 66 |
| Binary | 10101111 | 11011011 | 111010 | 10100 | 0 | 1001010 | 1110 | 1001100 | 1000101 | 110110 |
Color Harmonies of #AFDB3A
Complementary color
Monochromatic Colors of #AFDB3A
Black with #AFDB3A
Text Example
Text Example
White with #AFDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB3A; }
p { color: rgb(175,219,58); }
H1.HeaderClassName
{
color: #AFDB3A;
}
.AnyTagClassName
{
color: #AFDB3A;
}
</style>
background-color css
<style>
a { background-color: #AFDB3A; }
a { background-color: rgb(175,219,58); }
div.DivClassName
{
background-color: #AFDB3A;
}
.BgClassName
{
background-color: #AFDB3A;
}
</style>
border-color css
<style>
span { border-color: #AFDB3A; }
span { border-color: rgb(175,219,58); }
td.TdClassName
{
border-color: #AFDB3A;
}
.TagClassName
{
border-color: #AFDB3A;
}
</style>