Shades of Atlantis #8DDA34
Tints of Atlantis #8DDA34
RGB
CMYK
RGB Variations
Color information
#8DDA34 (or 0x8DDA34) is known color: Atlantis. HEX triplet: 8D, DA and 34. RGB value is (141,218,52). Sum of RGB (Red+Green+Blue) = 141+218+52=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA34 is #7225CB. Grayscale: #B0B0B0. Windows color (decimal): -7480780 or 3463821. OLE color: 3463821.
HSL color Cylindrical-coordinate representation of color #8DDA34: hue angle of 87.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DDA34 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 52 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.15 |
| HSL | 87.83º | 0.69% | 0.53% | - |
| HSV(B) | 87.83º | 0.76% | 0.85% | - |
| XYZ | 36.68 | 56.05 | 12.14 | - |
| YUV | 176.05 | 57.99 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 52 | 0.35 | 0 | 0.76 | 0.15 | 87.83 | 0.69 | 0.53 |
| Hex | 8D | DA | 34 | 23 | 0 | 4C | F | 58 | 45 | 35 |
| Octal | 215 | 332 | 64 | 43 | 0 | 114 | 17 | 130 | 105 | 65 |
| Binary | 10001101 | 11011010 | 110100 | 100011 | 0 | 1001100 | 1111 | 1011000 | 1000101 | 110101 |
Color Harmonies of #8DDA34
Complementary color
Monochromatic Colors of #8DDA34
Black with #8DDA34
Text Example
Text Example
White with #8DDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA34; }
p { color: rgb(141,218,52); }
H1.HeaderClassName
{
color: #8DDA34;
}
.AnyTagClassName
{
color: #8DDA34;
}
</style>
background-color css
<style>
a { background-color: #8DDA34; }
a { background-color: rgb(141,218,52); }
div.DivClassName
{
background-color: #8DDA34;
}
.BgClassName
{
background-color: #8DDA34;
}
</style>
border-color css
<style>
span { border-color: #8DDA34; }
span { border-color: rgb(141,218,52); }
td.TdClassName
{
border-color: #8DDA34;
}
.TagClassName
{
border-color: #8DDA34;
}
</style>