Shades of Atlantis #8DDB4C
Tints of Atlantis #8DDB4C
RGB
CMYK
RGB Variations
Color information
#8DDB4C (or 0x8DDB4C) is known color: Atlantis. HEX triplet: 8D, DB and 4C. RGB value is (141,219,76). Sum of RGB (Red+Green+Blue) = 141+219+76=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDB4C is #7224B3. Grayscale: #B3B3B3. Windows color (decimal): -7480500 or 5036941. OLE color: 5036941.
HSL color Cylindrical-coordinate representation of color #8DDB4C: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DDB4C is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 76 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.14 |
| HSL | 92.73º | 0.67% | 0.58% | - |
| HSV(B) | 92.73º | 0.65% | 0.86% | - |
| XYZ | 37.62 | 56.85 | 15.83 | - |
| YUV | 179.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 76 | 0.36 | 0 | 0.65 | 0.14 | 92.73 | 0.67 | 0.58 |
| Hex | 8D | DB | 4C | 24 | 0 | 41 | E | 5D | 43 | 3A |
| Octal | 215 | 333 | 114 | 44 | 0 | 101 | 16 | 135 | 103 | 72 |
| Binary | 10001101 | 11011011 | 1001100 | 100100 | 0 | 1000001 | 1110 | 1011101 | 1000011 | 111010 |
Color Harmonies of #8DDB4C
Complementary color
Monochromatic Colors of #8DDB4C
Black with #8DDB4C
Text Example
Text Example
White with #8DDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB4C; }
p { color: rgb(141,219,76); }
H1.HeaderClassName
{
color: #8DDB4C;
}
.AnyTagClassName
{
color: #8DDB4C;
}
</style>
background-color css
<style>
a { background-color: #8DDB4C; }
a { background-color: rgb(141,219,76); }
div.DivClassName
{
background-color: #8DDB4C;
}
.BgClassName
{
background-color: #8DDB4C;
}
</style>
border-color css
<style>
span { border-color: #8DDB4C; }
span { border-color: rgb(141,219,76); }
td.TdClassName
{
border-color: #8DDB4C;
}
.TagClassName
{
border-color: #8DDB4C;
}
</style>