Shades of Atlantis #8DE23F
Tints of Atlantis #8DE23F
RGB
CMYK
RGB Variations
Color information
#8DE23F (or 0x8DE23F) is known color: Atlantis. HEX triplet: 8D, E2 and 3F. RGB value is (141,226,63). Sum of RGB (Red+Green+Blue) = 141+226+63=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #8DE23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE23F is #721DC0. Grayscale: #B6B6B6. Windows color (decimal): -7478721 or 4186765. OLE color: 4186765.
HSL color Cylindrical-coordinate representation of color #8DE23F: hue angle of 91.29º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DE23F is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 226 | 63 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.11 |
| HSL | 91.29º | 0.74% | 0.57% | - |
| HSV(B) | 91.29º | 0.72% | 0.89% | - |
| XYZ | 39.08 | 60.41 | 14.3 | - |
| YUV | 182 | 60.84 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 226 | 63 | 0.38 | 0 | 0.72 | 0.11 | 91.29 | 0.74 | 0.57 |
| Hex | 8D | E2 | 3F | 26 | 0 | 48 | B | 5B | 4A | 39 |
| Octal | 215 | 342 | 77 | 46 | 0 | 110 | 13 | 133 | 112 | 71 |
| Binary | 10001101 | 11100010 | 111111 | 100110 | 0 | 1001000 | 1011 | 1011011 | 1001010 | 111001 |
Color Harmonies of #8DE23F
Complementary color
Monochromatic Colors of #8DE23F
Black with #8DE23F
Text Example
Text Example
White with #8DE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE23F; }
p { color: rgb(141,226,63); }
H1.HeaderClassName
{
color: #8DE23F;
}
.AnyTagClassName
{
color: #8DE23F;
}
</style>
background-color css
<style>
a { background-color: #8DE23F; }
a { background-color: rgb(141,226,63); }
div.DivClassName
{
background-color: #8DE23F;
}
.BgClassName
{
background-color: #8DE23F;
}
</style>
border-color css
<style>
span { border-color: #8DE23F; }
span { border-color: rgb(141,226,63); }
td.TdClassName
{
border-color: #8DE23F;
}
.TagClassName
{
border-color: #8DE23F;
}
</style>