Shades of Atlantis #AFE335
Tints of Atlantis #AFE335
RGB
CMYK
RGB Variations
Color information
#AFE335 (or 0xAFE335) is known color: Atlantis. HEX triplet: AF, E3 and 35. RGB value is (175,227,53). Sum of RGB (Red+Green+Blue) = 175+227+53=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE335 is #501CCA. Grayscale: #C0C0C0. Windows color (decimal): -5250251 or 3531695. OLE color: 3531695.
HSL color Cylindrical-coordinate representation of color #AFE335: hue angle of 77.93º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFE335 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 53 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.11 |
| HSL | 77.93º | 0.76% | 0.55% | - |
| HSV(B) | 77.93º | 0.77% | 0.89% | - |
| XYZ | 45.79 | 64.31 | 13.37 | - |
| YUV | 191.62 | 49.77 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 53 | 0.23 | 0 | 0.77 | 0.11 | 77.93 | 0.76 | 0.55 |
| Hex | AF | E3 | 35 | 17 | 0 | 4D | B | 4E | 4C | 37 |
| Octal | 257 | 343 | 65 | 27 | 0 | 115 | 13 | 116 | 114 | 67 |
| Binary | 10101111 | 11100011 | 110101 | 10111 | 0 | 1001101 | 1011 | 1001110 | 1001100 | 110111 |
Color Harmonies of #AFE335
Complementary color
Monochromatic Colors of #AFE335
Black with #AFE335
Text Example
Text Example
White with #AFE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE335; }
p { color: rgb(175,227,53); }
H1.HeaderClassName
{
color: #AFE335;
}
.AnyTagClassName
{
color: #AFE335;
}
</style>
background-color css
<style>
a { background-color: #AFE335; }
a { background-color: rgb(175,227,53); }
div.DivClassName
{
background-color: #AFE335;
}
.BgClassName
{
background-color: #AFE335;
}
</style>
border-color css
<style>
span { border-color: #AFE335; }
span { border-color: rgb(175,227,53); }
td.TdClassName
{
border-color: #AFE335;
}
.TagClassName
{
border-color: #AFE335;
}
</style>