Shades of Atlantis #8DD744
Tints of Atlantis #8DD744
RGB
CMYK
RGB Variations
Color information
#8DD744 (or 0x8DD744) is known color: Atlantis. HEX triplet: 8D, D7 and 44. RGB value is (141,215,68). Sum of RGB (Red+Green+Blue) = 141+215+68=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD744 is #7228BB. Grayscale: #B0B0B0. Windows color (decimal): -7481532 or 4511629. OLE color: 4511629.
HSL color Cylindrical-coordinate representation of color #8DD744: hue angle of 90.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DD744 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 68 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.16 |
| HSL | 90.2º | 0.65% | 0.55% | - |
| HSV(B) | 90.2º | 0.68% | 0.84% | - |
| XYZ | 36.33 | 54.68 | 14.11 | - |
| YUV | 176.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 68 | 0.34 | 0 | 0.68 | 0.16 | 90.2 | 0.65 | 0.55 |
| Hex | 8D | D7 | 44 | 22 | 0 | 44 | 10 | 5A | 41 | 37 |
| Octal | 215 | 327 | 104 | 42 | 0 | 104 | 20 | 132 | 101 | 67 |
| Binary | 10001101 | 11010111 | 1000100 | 100010 | 0 | 1000100 | 10000 | 1011010 | 1000001 | 110111 |
Color Harmonies of #8DD744
Complementary color
Monochromatic Colors of #8DD744
Black with #8DD744
Text Example
Text Example
White with #8DD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD744; }
p { color: rgb(141,215,68); }
H1.HeaderClassName
{
color: #8DD744;
}
.AnyTagClassName
{
color: #8DD744;
}
</style>
background-color css
<style>
a { background-color: #8DD744; }
a { background-color: rgb(141,215,68); }
div.DivClassName
{
background-color: #8DD744;
}
.BgClassName
{
background-color: #8DD744;
}
</style>
border-color css
<style>
span { border-color: #8DD744; }
span { border-color: rgb(141,215,68); }
td.TdClassName
{
border-color: #8DD744;
}
.TagClassName
{
border-color: #8DD744;
}
</style>