Shades of Atlantis #AFDD38
Tints of Atlantis #AFDD38
RGB
CMYK
RGB Variations
Color information
#AFDD38 (or 0xAFDD38) is known color: Atlantis. HEX triplet: AF, DD and 38. RGB value is (175,221,56). Sum of RGB (Red+Green+Blue) = 175+221+56=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD38 is #5022C7. Grayscale: #BDBDBD. Windows color (decimal): -5251784 or 3726767. OLE color: 3726767.
HSL color Cylindrical-coordinate representation of color #AFDD38: hue angle of 76.73º 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 #AFDD38 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 56 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.13 |
| HSL | 76.73º | 0.71% | 0.54% | - |
| HSV(B) | 76.73º | 0.75% | 0.87% | - |
| XYZ | 44.25 | 61.11 | 13.21 | - |
| YUV | 188.44 | 53.26 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 56 | 0.21 | 0 | 0.75 | 0.13 | 76.73 | 0.71 | 0.54 |
| Hex | AF | DD | 38 | 15 | 0 | 4B | D | 4D | 47 | 36 |
| Octal | 257 | 335 | 70 | 25 | 0 | 113 | 15 | 115 | 107 | 66 |
| Binary | 10101111 | 11011101 | 111000 | 10101 | 0 | 1001011 | 1101 | 1001101 | 1000111 | 110110 |
Color Harmonies of #AFDD38
Complementary color
Monochromatic Colors of #AFDD38
Black with #AFDD38
Text Example
Text Example
White with #AFDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD38; }
p { color: rgb(175,221,56); }
H1.HeaderClassName
{
color: #AFDD38;
}
.AnyTagClassName
{
color: #AFDD38;
}
</style>
background-color css
<style>
a { background-color: #AFDD38; }
a { background-color: rgb(175,221,56); }
div.DivClassName
{
background-color: #AFDD38;
}
.BgClassName
{
background-color: #AFDD38;
}
</style>
border-color css
<style>
span { border-color: #AFDD38; }
span { border-color: rgb(175,221,56); }
td.TdClassName
{
border-color: #AFDD38;
}
.TagClassName
{
border-color: #AFDD38;
}
</style>