Shades of Atlantis #A7DF33
Tints of Atlantis #A7DF33
RGB
CMYK
RGB Variations
Color information
#A7DF33 (or 0xA7DF33) is known color: Atlantis. HEX triplet: A7, DF and 33. RGB value is (167,223,51). Sum of RGB (Red+Green+Blue) = 167+223+51=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DF33 is #5820CC. Grayscale: #BBBBBB. Windows color (decimal): -5775565 or 3399591. OLE color: 3399591.
HSL color Cylindrical-coordinate representation of color #A7DF33: hue angle of 79.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7DF33 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 51 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.13 |
| HSL | 79.53º | 0.73% | 0.54% | - |
| HSV(B) | 79.53º | 0.77% | 0.87% | - |
| XYZ | 42.92 | 61.23 | 12.69 | - |
| YUV | 186.65 | 51.45 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 51 | 0.25 | 0 | 0.77 | 0.13 | 79.53 | 0.73 | 0.54 |
| Hex | A7 | DF | 33 | 19 | 0 | 4D | D | 50 | 49 | 36 |
| Octal | 247 | 337 | 63 | 31 | 0 | 115 | 15 | 120 | 111 | 66 |
| Binary | 10100111 | 11011111 | 110011 | 11001 | 0 | 1001101 | 1101 | 1010000 | 1001001 | 110110 |
Color Harmonies of #A7DF33
Complementary color
Monochromatic Colors of #A7DF33
Black with #A7DF33
Text Example
Text Example
White with #A7DF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF33; }
p { color: rgb(167,223,51); }
H1.HeaderClassName
{
color: #A7DF33;
}
.AnyTagClassName
{
color: #A7DF33;
}
</style>
background-color css
<style>
a { background-color: #A7DF33; }
a { background-color: rgb(167,223,51); }
div.DivClassName
{
background-color: #A7DF33;
}
.BgClassName
{
background-color: #A7DF33;
}
</style>
border-color css
<style>
span { border-color: #A7DF33; }
span { border-color: rgb(167,223,51); }
td.TdClassName
{
border-color: #A7DF33;
}
.TagClassName
{
border-color: #A7DF33;
}
</style>