Shades of Atlantis #8BDB4A
Tints of Atlantis #8BDB4A
RGB
CMYK
RGB Variations
Color information
#8BDB4A (or 0x8BDB4A) is known color: Atlantis. HEX triplet: 8B, DB and 4A. RGB value is (139,219,74). Sum of RGB (Red+Green+Blue) = 139+219+74=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDB4A is #7424B5. Grayscale: #B3B3B3. Windows color (decimal): -7611574 or 4905867. OLE color: 4905867.
HSL color Cylindrical-coordinate representation of color #8BDB4A: hue angle of 93.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BDB4A is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 74 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.14 |
| HSL | 93.1º | 0.67% | 0.57% | - |
| HSV(B) | 93.1º | 0.66% | 0.86% | - |
| XYZ | 37.22 | 56.65 | 15.45 | - |
| YUV | 178.55 | 69 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 74 | 0.37 | 0 | 0.66 | 0.14 | 93.1 | 0.67 | 0.57 |
| Hex | 8B | DB | 4A | 25 | 0 | 42 | E | 5D | 43 | 39 |
| Octal | 213 | 333 | 112 | 45 | 0 | 102 | 16 | 135 | 103 | 71 |
| Binary | 10001011 | 11011011 | 1001010 | 100101 | 0 | 1000010 | 1110 | 1011101 | 1000011 | 111001 |
Color Harmonies of #8BDB4A
Complementary color
Monochromatic Colors of #8BDB4A
Black with #8BDB4A
Text Example
Text Example
White with #8BDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB4A; }
p { color: rgb(139,219,74); }
H1.HeaderClassName
{
color: #8BDB4A;
}
.AnyTagClassName
{
color: #8BDB4A;
}
</style>
background-color css
<style>
a { background-color: #8BDB4A; }
a { background-color: rgb(139,219,74); }
div.DivClassName
{
background-color: #8BDB4A;
}
.BgClassName
{
background-color: #8BDB4A;
}
</style>
border-color css
<style>
span { border-color: #8BDB4A; }
span { border-color: rgb(139,219,74); }
td.TdClassName
{
border-color: #8BDB4A;
}
.TagClassName
{
border-color: #8BDB4A;
}
</style>