Shades of Atlantis #8DD141
Tints of Atlantis #8DD141
RGB
CMYK
RGB Variations
Color information
#8DD141 (or 0x8DD141) is known color: Atlantis. HEX triplet: 8D, D1 and 41. RGB value is (141,209,65). Sum of RGB (Red+Green+Blue) = 141+209+65=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD141 is #722EBE. Grayscale: #ACACAC. Windows color (decimal): -7483071 or 4313485. OLE color: 4313485.
HSL color Cylindrical-coordinate representation of color #8DD141: hue angle of 88.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DD141 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 65 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.18 |
| HSL | 88.33º | 0.61% | 0.54% | - |
| HSV(B) | 88.33º | 0.69% | 0.82% | - |
| XYZ | 34.74 | 51.65 | 13.14 | - |
| YUV | 172.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 65 | 0.33 | 0 | 0.69 | 0.18 | 88.33 | 0.61 | 0.54 |
| Hex | 8D | D1 | 41 | 21 | 0 | 45 | 12 | 58 | 3D | 36 |
| Octal | 215 | 321 | 101 | 41 | 0 | 105 | 22 | 130 | 75 | 66 |
| Binary | 10001101 | 11010001 | 1000001 | 100001 | 0 | 1000101 | 10010 | 1011000 | 111101 | 110110 |
Color Harmonies of #8DD141
Complementary color
Monochromatic Colors of #8DD141
Black with #8DD141
Text Example
Text Example
White with #8DD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD141; }
p { color: rgb(141,209,65); }
H1.HeaderClassName
{
color: #8DD141;
}
.AnyTagClassName
{
color: #8DD141;
}
</style>
background-color css
<style>
a { background-color: #8DD141; }
a { background-color: rgb(141,209,65); }
div.DivClassName
{
background-color: #8DD141;
}
.BgClassName
{
background-color: #8DD141;
}
</style>
border-color css
<style>
span { border-color: #8DD141; }
span { border-color: rgb(141,209,65); }
td.TdClassName
{
border-color: #8DD141;
}
.TagClassName
{
border-color: #8DD141;
}
</style>