Shades of Atlantis #8BDC3E
Tints of Atlantis #8BDC3E
RGB
CMYK
RGB Variations
Color information
#8BDC3E (or 0x8BDC3E) is known color: Atlantis. HEX triplet: 8B, DC and 3E. RGB value is (139,220,62). Sum of RGB (Red+Green+Blue) = 139+220+62=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDC3E is #7423C1. Grayscale: #B2B2B2. Windows color (decimal): -7611330 or 4119691. OLE color: 4119691.
HSL color Cylindrical-coordinate representation of color #8BDC3E: hue angle of 90.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BDC3E is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 62 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.14 |
| HSL | 90.76º | 0.69% | 0.55% | - |
| HSV(B) | 90.76º | 0.72% | 0.86% | - |
| XYZ | 37.11 | 57.02 | 13.61 | - |
| YUV | 177.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 62 | 0.37 | 0 | 0.72 | 0.14 | 90.76 | 0.69 | 0.55 |
| Hex | 8B | DC | 3E | 25 | 0 | 48 | E | 5B | 45 | 37 |
| Octal | 213 | 334 | 76 | 45 | 0 | 110 | 16 | 133 | 105 | 67 |
| Binary | 10001011 | 11011100 | 111110 | 100101 | 0 | 1001000 | 1110 | 1011011 | 1000101 | 110111 |
Color Harmonies of #8BDC3E
Complementary color
Monochromatic Colors of #8BDC3E
Black with #8BDC3E
Text Example
Text Example
White with #8BDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC3E; }
p { color: rgb(139,220,62); }
H1.HeaderClassName
{
color: #8BDC3E;
}
.AnyTagClassName
{
color: #8BDC3E;
}
</style>
background-color css
<style>
a { background-color: #8BDC3E; }
a { background-color: rgb(139,220,62); }
div.DivClassName
{
background-color: #8BDC3E;
}
.BgClassName
{
background-color: #8BDC3E;
}
</style>
border-color css
<style>
span { border-color: #8BDC3E; }
span { border-color: rgb(139,220,62); }
td.TdClassName
{
border-color: #8BDC3E;
}
.TagClassName
{
border-color: #8BDC3E;
}
</style>