Shades of Atlantis #8BC53D
Tints of Atlantis #8BC53D
RGB
CMYK
RGB Variations
Color information
#8BC53D (or 0x8BC53D) is known color: Atlantis. HEX triplet: 8B, C5 and 3D. RGB value is (139,197,61). Sum of RGB (Red+Green+Blue) = 139+197+61=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC53D is #743AC2. Grayscale: #A4A4A4. Windows color (decimal): -7617219 or 4048267. OLE color: 4048267.
HSL color Cylindrical-coordinate representation of color #8BC53D: hue angle of 85.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BC53D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 61 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.23 |
| HSL | 85.59º | 0.54% | 0.51% | - |
| HSV(B) | 85.59º | 0.69% | 0.77% | - |
| XYZ | 31.46 | 45.76 | 11.59 | - |
| YUV | 164.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 61 | 0.29 | 0 | 0.69 | 0.23 | 85.59 | 0.54 | 0.51 |
| Hex | 8B | C5 | 3D | 1D | 0 | 45 | 17 | 56 | 36 | 33 |
| Octal | 213 | 305 | 75 | 35 | 0 | 105 | 27 | 126 | 66 | 63 |
| Binary | 10001011 | 11000101 | 111101 | 11101 | 0 | 1000101 | 10111 | 1010110 | 110110 | 110011 |
Color Harmonies of #8BC53D
Complementary color
Monochromatic Colors of #8BC53D
Black with #8BC53D
Text Example
Text Example
White with #8BC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC53D; }
p { color: rgb(139,197,61); }
H1.HeaderClassName
{
color: #8BC53D;
}
.AnyTagClassName
{
color: #8BC53D;
}
</style>
background-color css
<style>
a { background-color: #8BC53D; }
a { background-color: rgb(139,197,61); }
div.DivClassName
{
background-color: #8BC53D;
}
.BgClassName
{
background-color: #8BC53D;
}
</style>
border-color css
<style>
span { border-color: #8BC53D; }
span { border-color: rgb(139,197,61); }
td.TdClassName
{
border-color: #8BC53D;
}
.TagClassName
{
border-color: #8BC53D;
}
</style>