Shades of Atlantis #8CED35
Tints of Atlantis #8CED35
RGB
CMYK
RGB Variations
Color information
#8CED35 (or 0x8CED35) is known color: Atlantis. HEX triplet: 8C, ED and 35. RGB value is (140,237,53). Sum of RGB (Red+Green+Blue) = 140+237+53=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CED35 is #7312CA. Grayscale: #BBBBBB. Windows color (decimal): -7541451 or 3534220. OLE color: 3534220.
HSL color Cylindrical-coordinate representation of color #8CED35: hue angle of 91.63º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CED35 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 53 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.07 |
| HSL | 91.63º | 0.84% | 0.57% | - |
| HSV(B) | 91.63º | 0.78% | 0.93% | - |
| XYZ | 41.74 | 66.4 | 13.98 | - |
| YUV | 187.02 | 52.36 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 53 | 0.41 | 0 | 0.78 | 0.07 | 91.63 | 0.84 | 0.57 |
| Hex | 8C | ED | 35 | 29 | 0 | 4E | 7 | 5C | 54 | 39 |
| Octal | 214 | 355 | 65 | 51 | 0 | 116 | 7 | 134 | 124 | 71 |
| Binary | 10001100 | 11101101 | 110101 | 101001 | 0 | 1001110 | 111 | 1011100 | 1010100 | 111001 |
Color Harmonies of #8CED35
Complementary color
Monochromatic Colors of #8CED35
Black with #8CED35
Text Example
Text Example
White with #8CED35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED35; }
p { color: rgb(140,237,53); }
H1.HeaderClassName
{
color: #8CED35;
}
.AnyTagClassName
{
color: #8CED35;
}
</style>
background-color css
<style>
a { background-color: #8CED35; }
a { background-color: rgb(140,237,53); }
div.DivClassName
{
background-color: #8CED35;
}
.BgClassName
{
background-color: #8CED35;
}
</style>
border-color css
<style>
span { border-color: #8CED35; }
span { border-color: rgb(140,237,53); }
td.TdClassName
{
border-color: #8CED35;
}
.TagClassName
{
border-color: #8CED35;
}
</style>