Shades of Atlantis #AFD33F
Tints of Atlantis #AFD33F
RGB
CMYK
RGB Variations
Color information
#AFD33F (or 0xAFD33F) is known color: Atlantis. HEX triplet: AF, D3 and 3F. RGB value is (175,211,63). Sum of RGB (Red+Green+Blue) = 175+211+63=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD33F is #502CC0. Grayscale: #B7B7B7. Windows color (decimal): -5254337 or 4182959. OLE color: 4182959.
HSL color Cylindrical-coordinate representation of color #AFD33F: hue angle of 74.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFD33F is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 63 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.17 |
| HSL | 74.59º | 0.63% | 0.54% | - |
| HSV(B) | 74.59º | 0.7% | 0.83% | - |
| XYZ | 41.87 | 56.06 | 13.32 | - |
| YUV | 183.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 63 | 0.17 | 0 | 0.70 | 0.17 | 74.59 | 0.63 | 0.54 |
| Hex | AF | D3 | 3F | 11 | 0 | 46 | 11 | 4B | 3F | 36 |
| Octal | 257 | 323 | 77 | 21 | 0 | 106 | 21 | 113 | 77 | 66 |
| Binary | 10101111 | 11010011 | 111111 | 10001 | 0 | 1000110 | 10001 | 1001011 | 111111 | 110110 |
Color Harmonies of #AFD33F
Complementary color
Monochromatic Colors of #AFD33F
Black with #AFD33F
Text Example
Text Example
White with #AFD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD33F; }
p { color: rgb(175,211,63); }
H1.HeaderClassName
{
color: #AFD33F;
}
.AnyTagClassName
{
color: #AFD33F;
}
</style>
background-color css
<style>
a { background-color: #AFD33F; }
a { background-color: rgb(175,211,63); }
div.DivClassName
{
background-color: #AFD33F;
}
.BgClassName
{
background-color: #AFD33F;
}
</style>
border-color css
<style>
span { border-color: #AFD33F; }
span { border-color: rgb(175,211,63); }
td.TdClassName
{
border-color: #AFD33F;
}
.TagClassName
{
border-color: #AFD33F;
}
</style>