Shades of Atlantis #8DDF3D
Tints of Atlantis #8DDF3D
RGB
CMYK
RGB Variations
Color information
#8DDF3D (or 0x8DDF3D) is known color: Atlantis. HEX triplet: 8D, DF and 3D. RGB value is (141,223,61). Sum of RGB (Red+Green+Blue) = 141+223+61=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDF3D is #7220C2. Grayscale: #B4B4B4. Windows color (decimal): -7479491 or 4054925. OLE color: 4054925.
HSL color Cylindrical-coordinate representation of color #8DDF3D: hue angle of 90.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DDF3D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 61 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.13 |
| HSL | 90.37º | 0.72% | 0.56% | - |
| HSV(B) | 90.37º | 0.73% | 0.87% | - |
| XYZ | 38.21 | 58.77 | 13.75 | - |
| YUV | 180.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 61 | 0.37 | 0 | 0.73 | 0.13 | 90.37 | 0.72 | 0.56 |
| Hex | 8D | DF | 3D | 25 | 0 | 49 | D | 5A | 48 | 38 |
| Octal | 215 | 337 | 75 | 45 | 0 | 111 | 15 | 132 | 110 | 70 |
| Binary | 10001101 | 11011111 | 111101 | 100101 | 0 | 1001001 | 1101 | 1011010 | 1001000 | 111000 |
Color Harmonies of #8DDF3D
Complementary color
Monochromatic Colors of #8DDF3D
Black with #8DDF3D
Text Example
Text Example
White with #8DDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF3D; }
p { color: rgb(141,223,61); }
H1.HeaderClassName
{
color: #8DDF3D;
}
.AnyTagClassName
{
color: #8DDF3D;
}
</style>
background-color css
<style>
a { background-color: #8DDF3D; }
a { background-color: rgb(141,223,61); }
div.DivClassName
{
background-color: #8DDF3D;
}
.BgClassName
{
background-color: #8DDF3D;
}
</style>
border-color css
<style>
span { border-color: #8DDF3D; }
span { border-color: rgb(141,223,61); }
td.TdClassName
{
border-color: #8DDF3D;
}
.TagClassName
{
border-color: #8DDF3D;
}
</style>