Shades of Atlantis #8CE635
Tints of Atlantis #8CE635
RGB
CMYK
RGB Variations
Color information
#8CE635 (or 0x8CE635) is known color: Atlantis. HEX triplet: 8C, E6 and 35. RGB value is (140,230,53). Sum of RGB (Red+Green+Blue) = 140+230+53=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE635 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE635 is #7319CA. Grayscale: #B7B7B7. Windows color (decimal): -7543243 or 3532428. OLE color: 3532428.
HSL color Cylindrical-coordinate representation of color #8CE635: hue angle of 90.51º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CE635 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 230 | 53 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.10 |
| HSL | 90.51º | 0.78% | 0.55% | - |
| HSV(B) | 90.51º | 0.77% | 0.9% | - |
| XYZ | 39.75 | 62.43 | 13.32 | - |
| YUV | 182.91 | 54.68 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 53 | 0.39 | 0 | 0.77 | 0.10 | 90.51 | 0.78 | 0.55 |
| Hex | 8C | E6 | 35 | 27 | 0 | 4D | A | 5B | 4E | 37 |
| Octal | 214 | 346 | 65 | 47 | 0 | 115 | 12 | 133 | 116 | 67 |
| Binary | 10001100 | 11100110 | 110101 | 100111 | 0 | 1001101 | 1010 | 1011011 | 1001110 | 110111 |
Color Harmonies of #8CE635
Complementary color
Monochromatic Colors of #8CE635
Black with #8CE635
Text Example
Text Example
White with #8CE635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE635; }
p { color: rgb(140,230,53); }
H1.HeaderClassName
{
color: #8CE635;
}
.AnyTagClassName
{
color: #8CE635;
}
</style>
background-color css
<style>
a { background-color: #8CE635; }
a { background-color: rgb(140,230,53); }
div.DivClassName
{
background-color: #8CE635;
}
.BgClassName
{
background-color: #8CE635;
}
</style>
border-color css
<style>
span { border-color: #8CE635; }
span { border-color: rgb(140,230,53); }
td.TdClassName
{
border-color: #8CE635;
}
.TagClassName
{
border-color: #8CE635;
}
</style>