Shades of Atlantis #8CE83D
Tints of Atlantis #8CE83D
RGB
CMYK
RGB Variations
Color information
#8CE83D (or 0x8CE83D) is known color: Atlantis. HEX triplet: 8C, E8 and 3D. RGB value is (140,232,61). Sum of RGB (Red+Green+Blue) = 140+232+61=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE83D is #7317C2. Grayscale: #B9B9B9. Windows color (decimal): -7542723 or 4057228. OLE color: 4057228.
HSL color Cylindrical-coordinate representation of color #8CE83D: hue angle of 92.28º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CE83D is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 61 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.09 |
| HSL | 92.28º | 0.79% | 0.57% | - |
| HSV(B) | 92.28º | 0.74% | 0.91% | - |
| XYZ | 40.51 | 63.63 | 14.56 | - |
| YUV | 185 | 58.02 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 61 | 0.40 | 0 | 0.74 | 0.09 | 92.28 | 0.79 | 0.57 |
| Hex | 8C | E8 | 3D | 28 | 0 | 4A | 9 | 5C | 4F | 39 |
| Octal | 214 | 350 | 75 | 50 | 0 | 112 | 11 | 134 | 117 | 71 |
| Binary | 10001100 | 11101000 | 111101 | 101000 | 0 | 1001010 | 1001 | 1011100 | 1001111 | 111001 |
Color Harmonies of #8CE83D
Complementary color
Monochromatic Colors of #8CE83D
Black with #8CE83D
Text Example
Text Example
White with #8CE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE83D; }
p { color: rgb(140,232,61); }
H1.HeaderClassName
{
color: #8CE83D;
}
.AnyTagClassName
{
color: #8CE83D;
}
</style>
background-color css
<style>
a { background-color: #8CE83D; }
a { background-color: rgb(140,232,61); }
div.DivClassName
{
background-color: #8CE83D;
}
.BgClassName
{
background-color: #8CE83D;
}
</style>
border-color css
<style>
span { border-color: #8CE83D; }
span { border-color: rgb(140,232,61); }
td.TdClassName
{
border-color: #8CE83D;
}
.TagClassName
{
border-color: #8CE83D;
}
</style>