Shades of Atlantis #8DEE4A
Tints of Atlantis #8DEE4A
RGB
CMYK
RGB Variations
Color information
#8DEE4A (or 0x8DEE4A) is known color: Atlantis. HEX triplet: 8D, EE and 4A. RGB value is (141,238,74). Sum of RGB (Red+Green+Blue) = 141+238+74=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEE4A is #7211B5. Grayscale: #BEBEBE. Windows color (decimal): -7475638 or 4910733. OLE color: 4910733.
HSL color Cylindrical-coordinate representation of color #8DEE4A: hue angle of 95.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DEE4A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 74 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.07 |
| HSL | 95.49º | 0.83% | 0.61% | - |
| HSV(B) | 95.49º | 0.69% | 0.93% | - |
| XYZ | 42.8 | 67.31 | 17.21 | - |
| YUV | 190.3 | 62.36 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 74 | 0.41 | 0 | 0.69 | 0.07 | 95.49 | 0.83 | 0.61 |
| Hex | 8D | EE | 4A | 29 | 0 | 45 | 7 | 5F | 53 | 3D |
| Octal | 215 | 356 | 112 | 51 | 0 | 105 | 7 | 137 | 123 | 75 |
| Binary | 10001101 | 11101110 | 1001010 | 101001 | 0 | 1000101 | 111 | 1011111 | 1010011 | 111101 |
Color Harmonies of #8DEE4A
Complementary color
Monochromatic Colors of #8DEE4A
Black with #8DEE4A
Text Example
Text Example
White with #8DEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE4A; }
p { color: rgb(141,238,74); }
H1.HeaderClassName
{
color: #8DEE4A;
}
.AnyTagClassName
{
color: #8DEE4A;
}
</style>
background-color css
<style>
a { background-color: #8DEE4A; }
a { background-color: rgb(141,238,74); }
div.DivClassName
{
background-color: #8DEE4A;
}
.BgClassName
{
background-color: #8DEE4A;
}
</style>
border-color css
<style>
span { border-color: #8DEE4A; }
span { border-color: rgb(141,238,74); }
td.TdClassName
{
border-color: #8DEE4A;
}
.TagClassName
{
border-color: #8DEE4A;
}
</style>