Shades of Atlantis #8BDE40
Tints of Atlantis #8BDE40
RGB
CMYK
RGB Variations
Color information
#8BDE40 (or 0x8BDE40) is known color: Atlantis. HEX triplet: 8B, DE and 40. RGB value is (139,222,64). Sum of RGB (Red+Green+Blue) = 139+222+64=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDE40 is #7421BF. Grayscale: #B3B3B3. Windows color (decimal): -7610816 or 4251275. OLE color: 4251275.
HSL color Cylindrical-coordinate representation of color #8BDE40: hue angle of 91.52º degrees, saturation: 0.71, 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 #8BDE40 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 64 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.13 |
| HSL | 91.52º | 0.71% | 0.56% | - |
| HSV(B) | 91.52º | 0.71% | 0.87% | - |
| XYZ | 37.69 | 58.1 | 14.08 | - |
| YUV | 179.17 | 63 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 64 | 0.37 | 0 | 0.71 | 0.13 | 91.52 | 0.71 | 0.56 |
| Hex | 8B | DE | 40 | 25 | 0 | 47 | D | 5C | 47 | 38 |
| Octal | 213 | 336 | 100 | 45 | 0 | 107 | 15 | 134 | 107 | 70 |
| Binary | 10001011 | 11011110 | 1000000 | 100101 | 0 | 1000111 | 1101 | 1011100 | 1000111 | 111000 |
Color Harmonies of #8BDE40
Complementary color
Monochromatic Colors of #8BDE40
Black with #8BDE40
Text Example
Text Example
White with #8BDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDE40; }
p { color: rgb(139,222,64); }
H1.HeaderClassName
{
color: #8BDE40;
}
.AnyTagClassName
{
color: #8BDE40;
}
</style>
background-color css
<style>
a { background-color: #8BDE40; }
a { background-color: rgb(139,222,64); }
div.DivClassName
{
background-color: #8BDE40;
}
.BgClassName
{
background-color: #8BDE40;
}
</style>
border-color css
<style>
span { border-color: #8BDE40; }
span { border-color: rgb(139,222,64); }
td.TdClassName
{
border-color: #8BDE40;
}
.TagClassName
{
border-color: #8BDE40;
}
</style>