Shades of Atlantis #8DD348
Tints of Atlantis #8DD348
RGB
CMYK
RGB Variations
Color information
#8DD348 (or 0x8DD348) is known color: Atlantis. HEX triplet: 8D, D3 and 48. RGB value is (141,211,72). Sum of RGB (Red+Green+Blue) = 141+211+72=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD348 is #722CB7. Grayscale: #AEAEAE. Windows color (decimal): -7482552 or 4772749. OLE color: 4772749.
HSL color Cylindrical-coordinate representation of color #8DD348: hue angle of 90.22º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DD348 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 72 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.17 |
| HSL | 90.22º | 0.61% | 0.55% | - |
| HSV(B) | 90.22º | 0.66% | 0.83% | - |
| XYZ | 35.45 | 52.72 | 14.44 | - |
| YUV | 174.22 | 70.31 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 72 | 0.33 | 0 | 0.66 | 0.17 | 90.22 | 0.61 | 0.55 |
| Hex | 8D | D3 | 48 | 21 | 0 | 42 | 11 | 5A | 3D | 37 |
| Octal | 215 | 323 | 110 | 41 | 0 | 102 | 21 | 132 | 75 | 67 |
| Binary | 10001101 | 11010011 | 1001000 | 100001 | 0 | 1000010 | 10001 | 1011010 | 111101 | 110111 |
Color Harmonies of #8DD348
Complementary color
Monochromatic Colors of #8DD348
Black with #8DD348
Text Example
Text Example
White with #8DD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD348; }
p { color: rgb(141,211,72); }
H1.HeaderClassName
{
color: #8DD348;
}
.AnyTagClassName
{
color: #8DD348;
}
</style>
background-color css
<style>
a { background-color: #8DD348; }
a { background-color: rgb(141,211,72); }
div.DivClassName
{
background-color: #8DD348;
}
.BgClassName
{
background-color: #8DD348;
}
</style>
border-color css
<style>
span { border-color: #8DD348; }
span { border-color: rgb(141,211,72); }
td.TdClassName
{
border-color: #8DD348;
}
.TagClassName
{
border-color: #8DD348;
}
</style>