Shades of Atlantis #8DDB35
Tints of Atlantis #8DDB35
RGB
CMYK
RGB Variations
Color information
#8DDB35 (or 0x8DDB35) is known color: Atlantis. HEX triplet: 8D, DB and 35. RGB value is (141,219,53). Sum of RGB (Red+Green+Blue) = 141+219+53=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDB35 is #7224CA. Grayscale: #B1B1B1. Windows color (decimal): -7480523 or 3529613. OLE color: 3529613.
HSL color Cylindrical-coordinate representation of color #8DDB35: hue angle of 88.19º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DDB35 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 53 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.14 |
| HSL | 88.19º | 0.7% | 0.53% | - |
| HSV(B) | 88.19º | 0.76% | 0.86% | - |
| XYZ | 36.96 | 56.58 | 12.34 | - |
| YUV | 176.75 | 58.16 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 53 | 0.36 | 0 | 0.76 | 0.14 | 88.19 | 0.7 | 0.53 |
| Hex | 8D | DB | 35 | 24 | 0 | 4C | E | 58 | 46 | 35 |
| Octal | 215 | 333 | 65 | 44 | 0 | 114 | 16 | 130 | 106 | 65 |
| Binary | 10001101 | 11011011 | 110101 | 100100 | 0 | 1001100 | 1110 | 1011000 | 1000110 | 110101 |
Color Harmonies of #8DDB35
Complementary color
Monochromatic Colors of #8DDB35
Black with #8DDB35
Text Example
Text Example
White with #8DDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB35; }
p { color: rgb(141,219,53); }
H1.HeaderClassName
{
color: #8DDB35;
}
.AnyTagClassName
{
color: #8DDB35;
}
</style>
background-color css
<style>
a { background-color: #8DDB35; }
a { background-color: rgb(141,219,53); }
div.DivClassName
{
background-color: #8DDB35;
}
.BgClassName
{
background-color: #8DDB35;
}
</style>
border-color css
<style>
span { border-color: #8DDB35; }
span { border-color: rgb(141,219,53); }
td.TdClassName
{
border-color: #8DDB35;
}
.TagClassName
{
border-color: #8DDB35;
}
</style>