Shades of Atlantis #8BDC3F
Tints of Atlantis #8BDC3F
RGB
CMYK
RGB Variations
Color information
#8BDC3F (or 0x8BDC3F) is known color: Atlantis. HEX triplet: 8B, DC and 3F. RGB value is (139,220,63). Sum of RGB (Red+Green+Blue) = 139+220+63=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDC3F is #7423C0. Grayscale: #B2B2B2. Windows color (decimal): -7611329 or 4185227. OLE color: 4185227.
HSL color Cylindrical-coordinate representation of color #8BDC3F: hue angle of 90.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BDC3F is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 63 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.14 |
| HSL | 90.96º | 0.69% | 0.55% | - |
| HSV(B) | 90.96º | 0.71% | 0.86% | - |
| XYZ | 37.14 | 57.03 | 13.75 | - |
| YUV | 177.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 63 | 0.37 | 0 | 0.71 | 0.14 | 90.96 | 0.69 | 0.55 |
| Hex | 8B | DC | 3F | 25 | 0 | 47 | E | 5B | 45 | 37 |
| Octal | 213 | 334 | 77 | 45 | 0 | 107 | 16 | 133 | 105 | 67 |
| Binary | 10001011 | 11011100 | 111111 | 100101 | 0 | 1000111 | 1110 | 1011011 | 1000101 | 110111 |
Color Harmonies of #8BDC3F
Complementary color
Monochromatic Colors of #8BDC3F
Black with #8BDC3F
Text Example
Text Example
White with #8BDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC3F; }
p { color: rgb(139,220,63); }
H1.HeaderClassName
{
color: #8BDC3F;
}
.AnyTagClassName
{
color: #8BDC3F;
}
</style>
background-color css
<style>
a { background-color: #8BDC3F; }
a { background-color: rgb(139,220,63); }
div.DivClassName
{
background-color: #8BDC3F;
}
.BgClassName
{
background-color: #8BDC3F;
}
</style>
border-color css
<style>
span { border-color: #8BDC3F; }
span { border-color: rgb(139,220,63); }
td.TdClassName
{
border-color: #8BDC3F;
}
.TagClassName
{
border-color: #8BDC3F;
}
</style>