Shades of Atlantis #8BDF3D
Tints of Atlantis #8BDF3D
RGB
CMYK
RGB Variations
Color information
#8BDF3D (or 0x8BDF3D) is known color: Atlantis. HEX triplet: 8B, DF and 3D. RGB value is (139,223,61). Sum of RGB (Red+Green+Blue) = 139+223+61=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDF3D is #7420C2. Grayscale: #B3B3B3. Windows color (decimal): -7610563 or 4054923. OLE color: 4054923.
HSL color Cylindrical-coordinate representation of color #8BDF3D: hue angle of 91.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BDF3D is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 61 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.13 |
| HSL | 91.11º | 0.72% | 0.56% | - |
| HSV(B) | 91.11º | 0.73% | 0.87% | - |
| XYZ | 37.88 | 58.6 | 13.73 | - |
| YUV | 179.42 | 61.17 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 61 | 0.38 | 0 | 0.73 | 0.13 | 91.11 | 0.72 | 0.56 |
| Hex | 8B | DF | 3D | 26 | 0 | 49 | D | 5B | 48 | 38 |
| Octal | 213 | 337 | 75 | 46 | 0 | 111 | 15 | 133 | 110 | 70 |
| Binary | 10001011 | 11011111 | 111101 | 100110 | 0 | 1001001 | 1101 | 1011011 | 1001000 | 111000 |
Color Harmonies of #8BDF3D
Complementary color
Monochromatic Colors of #8BDF3D
Black with #8BDF3D
Text Example
Text Example
White with #8BDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF3D; }
p { color: rgb(139,223,61); }
H1.HeaderClassName
{
color: #8BDF3D;
}
.AnyTagClassName
{
color: #8BDF3D;
}
</style>
background-color css
<style>
a { background-color: #8BDF3D; }
a { background-color: rgb(139,223,61); }
div.DivClassName
{
background-color: #8BDF3D;
}
.BgClassName
{
background-color: #8BDF3D;
}
</style>
border-color css
<style>
span { border-color: #8BDF3D; }
span { border-color: rgb(139,223,61); }
td.TdClassName
{
border-color: #8BDF3D;
}
.TagClassName
{
border-color: #8BDF3D;
}
</style>