Shades of Atlantis #AFDB3B
Tints of Atlantis #AFDB3B
RGB
CMYK
RGB Variations
Color information
#AFDB3B (or 0xAFDB3B) is known color: Atlantis. HEX triplet: AF, DB and 3B. RGB value is (175,219,59). Sum of RGB (Red+Green+Blue) = 175+219+59=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3B is #5024C4. Grayscale: #BCBCBC. Windows color (decimal): -5252293 or 3922863. OLE color: 3922863.
HSL color Cylindrical-coordinate representation of color #AFDB3B: hue angle of 76.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDB3B is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 59 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.14 |
| HSL | 76.5º | 0.69% | 0.55% | - |
| HSV(B) | 76.5º | 0.73% | 0.86% | - |
| XYZ | 43.8 | 60.09 | 13.43 | - |
| YUV | 187.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 59 | 0.20 | 0 | 0.73 | 0.14 | 76.5 | 0.69 | 0.55 |
| Hex | AF | DB | 3B | 14 | 0 | 49 | E | 4C | 45 | 37 |
| Octal | 257 | 333 | 73 | 24 | 0 | 111 | 16 | 114 | 105 | 67 |
| Binary | 10101111 | 11011011 | 111011 | 10100 | 0 | 1001001 | 1110 | 1001100 | 1000101 | 110111 |
Color Harmonies of #AFDB3B
Complementary color
Monochromatic Colors of #AFDB3B
Black with #AFDB3B
Text Example
Text Example
White with #AFDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB3B; }
p { color: rgb(175,219,59); }
H1.HeaderClassName
{
color: #AFDB3B;
}
.AnyTagClassName
{
color: #AFDB3B;
}
</style>
background-color css
<style>
a { background-color: #AFDB3B; }
a { background-color: rgb(175,219,59); }
div.DivClassName
{
background-color: #AFDB3B;
}
.BgClassName
{
background-color: #AFDB3B;
}
</style>
border-color css
<style>
span { border-color: #AFDB3B; }
span { border-color: rgb(175,219,59); }
td.TdClassName
{
border-color: #AFDB3B;
}
.TagClassName
{
border-color: #AFDB3B;
}
</style>