Shades of Atlantis #8DD73C
Tints of Atlantis #8DD73C
RGB
CMYK
RGB Variations
Color information
#8DD73C (or 0x8DD73C) is known color: Atlantis. HEX triplet: 8D, D7 and 3C. RGB value is (141,215,60). Sum of RGB (Red+Green+Blue) = 141+215+60=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD73C is #7228C3. Grayscale: #AFAFAF. Windows color (decimal): -7481540 or 3987341. OLE color: 3987341.
HSL color Cylindrical-coordinate representation of color #8DD73C: hue angle of 88.65º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DD73C is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 60 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.16 |
| HSL | 88.65º | 0.66% | 0.54% | - |
| HSV(B) | 88.65º | 0.72% | 0.84% | - |
| XYZ | 36.1 | 54.59 | 12.91 | - |
| YUV | 175.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 60 | 0.34 | 0 | 0.72 | 0.16 | 88.65 | 0.66 | 0.54 |
| Hex | 8D | D7 | 3C | 22 | 0 | 48 | 10 | 59 | 42 | 36 |
| Octal | 215 | 327 | 74 | 42 | 0 | 110 | 20 | 131 | 102 | 66 |
| Binary | 10001101 | 11010111 | 111100 | 100010 | 0 | 1001000 | 10000 | 1011001 | 1000010 | 110110 |
Color Harmonies of #8DD73C
Complementary color
Monochromatic Colors of #8DD73C
Black with #8DD73C
Text Example
Text Example
White with #8DD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD73C; }
p { color: rgb(141,215,60); }
H1.HeaderClassName
{
color: #8DD73C;
}
.AnyTagClassName
{
color: #8DD73C;
}
</style>
background-color css
<style>
a { background-color: #8DD73C; }
a { background-color: rgb(141,215,60); }
div.DivClassName
{
background-color: #8DD73C;
}
.BgClassName
{
background-color: #8DD73C;
}
</style>
border-color css
<style>
span { border-color: #8DD73C; }
span { border-color: rgb(141,215,60); }
td.TdClassName
{
border-color: #8DD73C;
}
.TagClassName
{
border-color: #8DD73C;
}
</style>