Shades of Atlantis #A7DF31
Tints of Atlantis #A7DF31
RGB
CMYK
RGB Variations
Color information
#A7DF31 (or 0xA7DF31) is known color: Atlantis. HEX triplet: A7, DF and 31. RGB value is (167,223,49). Sum of RGB (Red+Green+Blue) = 167+223+49=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DF31 is #5820CE. Grayscale: #BBBBBB. Windows color (decimal): -5775567 or 3268519. OLE color: 3268519.
HSL color Cylindrical-coordinate representation of color #A7DF31: hue angle of 79.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7DF31 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 49 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.13 |
| HSL | 79.31º | 0.73% | 0.53% | - |
| HSV(B) | 79.31º | 0.78% | 0.87% | - |
| XYZ | 42.88 | 61.21 | 12.46 | - |
| YUV | 186.42 | 50.45 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 49 | 0.25 | 0 | 0.78 | 0.13 | 79.31 | 0.73 | 0.53 |
| Hex | A7 | DF | 31 | 19 | 0 | 4E | D | 4F | 49 | 35 |
| Octal | 247 | 337 | 61 | 31 | 0 | 116 | 15 | 117 | 111 | 65 |
| Binary | 10100111 | 11011111 | 110001 | 11001 | 0 | 1001110 | 1101 | 1001111 | 1001001 | 110101 |
Color Harmonies of #A7DF31
Complementary color
Monochromatic Colors of #A7DF31
Black with #A7DF31
Text Example
Text Example
White with #A7DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF31; }
p { color: rgb(167,223,49); }
H1.HeaderClassName
{
color: #A7DF31;
}
.AnyTagClassName
{
color: #A7DF31;
}
</style>
background-color css
<style>
a { background-color: #A7DF31; }
a { background-color: rgb(167,223,49); }
div.DivClassName
{
background-color: #A7DF31;
}
.BgClassName
{
background-color: #A7DF31;
}
</style>
border-color css
<style>
span { border-color: #A7DF31; }
span { border-color: rgb(167,223,49); }
td.TdClassName
{
border-color: #A7DF31;
}
.TagClassName
{
border-color: #A7DF31;
}
</style>