Shades of Atlantis #AFDD37
Tints of Atlantis #AFDD37
RGB
CMYK
RGB Variations
Color information
#AFDD37 (or 0xAFDD37) is known color: Atlantis. HEX triplet: AF, DD and 37. RGB value is (175,221,55). Sum of RGB (Red+Green+Blue) = 175+221+55=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD37 is #5022C8. Grayscale: #BCBCBC. Windows color (decimal): -5251785 or 3661231. OLE color: 3661231.
HSL color Cylindrical-coordinate representation of color #AFDD37: hue angle of 76.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFDD37 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 55 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.13 |
| HSL | 76.63º | 0.71% | 0.54% | - |
| HSV(B) | 76.63º | 0.75% | 0.87% | - |
| XYZ | 44.23 | 61.1 | 13.08 | - |
| YUV | 188.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 55 | 0.21 | 0 | 0.75 | 0.13 | 76.63 | 0.71 | 0.54 |
| Hex | AF | DD | 37 | 15 | 0 | 4B | D | 4D | 47 | 36 |
| Octal | 257 | 335 | 67 | 25 | 0 | 113 | 15 | 115 | 107 | 66 |
| Binary | 10101111 | 11011101 | 110111 | 10101 | 0 | 1001011 | 1101 | 1001101 | 1000111 | 110110 |
Color Harmonies of #AFDD37
Complementary color
Monochromatic Colors of #AFDD37
Black with #AFDD37
Text Example
Text Example
White with #AFDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD37; }
p { color: rgb(175,221,55); }
H1.HeaderClassName
{
color: #AFDD37;
}
.AnyTagClassName
{
color: #AFDD37;
}
</style>
background-color css
<style>
a { background-color: #AFDD37; }
a { background-color: rgb(175,221,55); }
div.DivClassName
{
background-color: #AFDD37;
}
.BgClassName
{
background-color: #AFDD37;
}
</style>
border-color css
<style>
span { border-color: #AFDD37; }
span { border-color: rgb(175,221,55); }
td.TdClassName
{
border-color: #AFDD37;
}
.TagClassName
{
border-color: #AFDD37;
}
</style>