Shades of Atlantis #AFD33C
Tints of Atlantis #AFD33C
RGB
CMYK
RGB Variations
Color information
#AFD33C (or 0xAFD33C) is known color: Atlantis. HEX triplet: AF, D3 and 3C. RGB value is (175,211,60). Sum of RGB (Red+Green+Blue) = 175+211+60=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD33C is #502CC3. Grayscale: #B7B7B7. Windows color (decimal): -5254340 or 3986351. OLE color: 3986351.
HSL color Cylindrical-coordinate representation of color #AFD33C: hue angle of 74.3º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFD33C is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 60 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.17 |
| HSL | 74.3º | 0.63% | 0.53% | - |
| HSV(B) | 74.3º | 0.72% | 0.83% | - |
| XYZ | 41.79 | 56.03 | 12.89 | - |
| YUV | 183.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 60 | 0.17 | 0 | 0.72 | 0.17 | 74.3 | 0.63 | 0.53 |
| Hex | AF | D3 | 3C | 11 | 0 | 48 | 11 | 4A | 3F | 35 |
| Octal | 257 | 323 | 74 | 21 | 0 | 110 | 21 | 112 | 77 | 65 |
| Binary | 10101111 | 11010011 | 111100 | 10001 | 0 | 1001000 | 10001 | 1001010 | 111111 | 110101 |
Color Harmonies of #AFD33C
Complementary color
Monochromatic Colors of #AFD33C
Black with #AFD33C
Text Example
Text Example
White with #AFD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD33C; }
p { color: rgb(175,211,60); }
H1.HeaderClassName
{
color: #AFD33C;
}
.AnyTagClassName
{
color: #AFD33C;
}
</style>
background-color css
<style>
a { background-color: #AFD33C; }
a { background-color: rgb(175,211,60); }
div.DivClassName
{
background-color: #AFD33C;
}
.BgClassName
{
background-color: #AFD33C;
}
</style>
border-color css
<style>
span { border-color: #AFD33C; }
span { border-color: rgb(175,211,60); }
td.TdClassName
{
border-color: #AFD33C;
}
.TagClassName
{
border-color: #AFD33C;
}
</style>