Shades of Atlantis #AFDC39
Tints of Atlantis #AFDC39
RGB
CMYK
RGB Variations
Color information
#AFDC39 (or 0xAFDC39) is known color: Atlantis. HEX triplet: AF, DC and 39. RGB value is (175,220,57). Sum of RGB (Red+Green+Blue) = 175+220+57=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC39 is #5023C6. Grayscale: #BCBCBC. Windows color (decimal): -5252039 or 3792047. OLE color: 3792047.
HSL color Cylindrical-coordinate representation of color #AFDC39: hue angle of 76.56º degrees, saturation: 0.7, 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 #AFDC39 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 57 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.14 |
| HSL | 76.56º | 0.7% | 0.54% | - |
| HSV(B) | 76.56º | 0.74% | 0.86% | - |
| XYZ | 44.01 | 60.6 | 13.25 | - |
| YUV | 187.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 57 | 0.20 | 0 | 0.74 | 0.14 | 76.56 | 0.7 | 0.54 |
| Hex | AF | DC | 39 | 14 | 0 | 4A | E | 4D | 46 | 36 |
| Octal | 257 | 334 | 71 | 24 | 0 | 112 | 16 | 115 | 106 | 66 |
| Binary | 10101111 | 11011100 | 111001 | 10100 | 0 | 1001010 | 1110 | 1001101 | 1000110 | 110110 |
Color Harmonies of #AFDC39
Complementary color
Monochromatic Colors of #AFDC39
Black with #AFDC39
Text Example
Text Example
White with #AFDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC39; }
p { color: rgb(175,220,57); }
H1.HeaderClassName
{
color: #AFDC39;
}
.AnyTagClassName
{
color: #AFDC39;
}
</style>
background-color css
<style>
a { background-color: #AFDC39; }
a { background-color: rgb(175,220,57); }
div.DivClassName
{
background-color: #AFDC39;
}
.BgClassName
{
background-color: #AFDC39;
}
</style>
border-color css
<style>
span { border-color: #AFDC39; }
span { border-color: rgb(175,220,57); }
td.TdClassName
{
border-color: #AFDC39;
}
.TagClassName
{
border-color: #AFDC39;
}
</style>