Shades of Atlantis #8DDD34
Tints of Atlantis #8DDD34
RGB
CMYK
RGB Variations
Color information
#8DDD34 (or 0x8DDD34) is known color: Atlantis. HEX triplet: 8D, DD and 34. RGB value is (141,221,52). Sum of RGB (Red+Green+Blue) = 141+221+52=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDD34 is #7222CB. Grayscale: #B2B2B2. Windows color (decimal): -7480012 or 3464589. OLE color: 3464589.
HSL color Cylindrical-coordinate representation of color #8DDD34: hue angle of 88.4º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DDD34 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 52 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.13 |
| HSL | 88.4º | 0.71% | 0.54% | - |
| HSV(B) | 88.4º | 0.76% | 0.87% | - |
| XYZ | 37.46 | 57.62 | 12.4 | - |
| YUV | 177.81 | 57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 52 | 0.36 | 0 | 0.76 | 0.13 | 88.4 | 0.71 | 0.54 |
| Hex | 8D | DD | 34 | 24 | 0 | 4C | D | 58 | 47 | 36 |
| Octal | 215 | 335 | 64 | 44 | 0 | 114 | 15 | 130 | 107 | 66 |
| Binary | 10001101 | 11011101 | 110100 | 100100 | 0 | 1001100 | 1101 | 1011000 | 1000111 | 110110 |
Color Harmonies of #8DDD34
Complementary color
Monochromatic Colors of #8DDD34
Black with #8DDD34
Text Example
Text Example
White with #8DDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDD34; }
p { color: rgb(141,221,52); }
H1.HeaderClassName
{
color: #8DDD34;
}
.AnyTagClassName
{
color: #8DDD34;
}
</style>
background-color css
<style>
a { background-color: #8DDD34; }
a { background-color: rgb(141,221,52); }
div.DivClassName
{
background-color: #8DDD34;
}
.BgClassName
{
background-color: #8DDD34;
}
</style>
border-color css
<style>
span { border-color: #8DDD34; }
span { border-color: rgb(141,221,52); }
td.TdClassName
{
border-color: #8DDD34;
}
.TagClassName
{
border-color: #8DDD34;
}
</style>