Shades of Atlantis #8BDD40
Tints of Atlantis #8BDD40
RGB
CMYK
RGB Variations
Color information
#8BDD40 (or 0x8BDD40) is known color: Atlantis. HEX triplet: 8B, DD and 40. RGB value is (139,221,64). Sum of RGB (Red+Green+Blue) = 139+221+64=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDD40 is #7422BF. Grayscale: #B3B3B3. Windows color (decimal): -7611072 or 4251019. OLE color: 4251019.
HSL color Cylindrical-coordinate representation of color #8BDD40: hue angle of 91.34º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BDD40 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 64 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.13 |
| HSL | 91.34º | 0.7% | 0.56% | - |
| HSV(B) | 91.34º | 0.71% | 0.87% | - |
| XYZ | 37.43 | 57.57 | 13.99 | - |
| YUV | 178.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 64 | 0.37 | 0 | 0.71 | 0.13 | 91.34 | 0.7 | 0.56 |
| Hex | 8B | DD | 40 | 25 | 0 | 47 | D | 5B | 46 | 38 |
| Octal | 213 | 335 | 100 | 45 | 0 | 107 | 15 | 133 | 106 | 70 |
| Binary | 10001011 | 11011101 | 1000000 | 100101 | 0 | 1000111 | 1101 | 1011011 | 1000110 | 111000 |
Color Harmonies of #8BDD40
Complementary color
Monochromatic Colors of #8BDD40
Black with #8BDD40
Text Example
Text Example
White with #8BDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD40; }
p { color: rgb(139,221,64); }
H1.HeaderClassName
{
color: #8BDD40;
}
.AnyTagClassName
{
color: #8BDD40;
}
</style>
background-color css
<style>
a { background-color: #8BDD40; }
a { background-color: rgb(139,221,64); }
div.DivClassName
{
background-color: #8BDD40;
}
.BgClassName
{
background-color: #8BDD40;
}
</style>
border-color css
<style>
span { border-color: #8BDD40; }
span { border-color: rgb(139,221,64); }
td.TdClassName
{
border-color: #8BDD40;
}
.TagClassName
{
border-color: #8BDD40;
}
</style>