Shades of Atlantis #AFDB39
Tints of Atlantis #AFDB39
RGB
CMYK
RGB Variations
Color information
#AFDB39 (or 0xAFDB39) is known color: Atlantis. HEX triplet: AF, DB and 39. RGB value is (175,219,57). Sum of RGB (Red+Green+Blue) = 175+219+57=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB39 is #5024C6. Grayscale: #BBBBBB. Windows color (decimal): -5252295 or 3791791. OLE color: 3791791.
HSL color Cylindrical-coordinate representation of color #AFDB39: hue angle of 76.3º 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 #AFDB39 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 57 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.14 |
| HSL | 76.3º | 0.69% | 0.54% | - |
| HSV(B) | 76.3º | 0.74% | 0.86% | - |
| XYZ | 43.75 | 60.07 | 13.16 | - |
| YUV | 187.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 57 | 0.20 | 0 | 0.74 | 0.14 | 76.3 | 0.69 | 0.54 |
| Hex | AF | DB | 39 | 14 | 0 | 4A | E | 4C | 45 | 36 |
| Octal | 257 | 333 | 71 | 24 | 0 | 112 | 16 | 114 | 105 | 66 |
| Binary | 10101111 | 11011011 | 111001 | 10100 | 0 | 1001010 | 1110 | 1001100 | 1000101 | 110110 |
Color Harmonies of #AFDB39
Complementary color
Monochromatic Colors of #AFDB39
Black with #AFDB39
Text Example
Text Example
White with #AFDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB39; }
p { color: rgb(175,219,57); }
H1.HeaderClassName
{
color: #AFDB39;
}
.AnyTagClassName
{
color: #AFDB39;
}
</style>
background-color css
<style>
a { background-color: #AFDB39; }
a { background-color: rgb(175,219,57); }
div.DivClassName
{
background-color: #AFDB39;
}
.BgClassName
{
background-color: #AFDB39;
}
</style>
border-color css
<style>
span { border-color: #AFDB39; }
span { border-color: rgb(175,219,57); }
td.TdClassName
{
border-color: #AFDB39;
}
.TagClassName
{
border-color: #AFDB39;
}
</style>