Shades of Atlantis #8BCD44
Tints of Atlantis #8BCD44
RGB
CMYK
RGB Variations
Color information
#8BCD44 (or 0x8BCD44) is known color: Atlantis. HEX triplet: 8B, CD and 44. RGB value is (139,205,68). Sum of RGB (Red+Green+Blue) = 139+205+68=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD44 is #7432BB. Grayscale: #AAAAAA. Windows color (decimal): -7615164 or 4509067. OLE color: 4509067.
HSL color Cylindrical-coordinate representation of color #8BCD44: hue angle of 88.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BCD44 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 68 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.20 |
| HSL | 88.91º | 0.58% | 0.54% | - |
| HSV(B) | 88.91º | 0.67% | 0.8% | - |
| XYZ | 33.52 | 49.57 | 13.27 | - |
| YUV | 169.65 | 70.63 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 68 | 0.32 | 0 | 0.67 | 0.20 | 88.91 | 0.58 | 0.54 |
| Hex | 8B | CD | 44 | 20 | 0 | 43 | 14 | 59 | 3A | 36 |
| Octal | 213 | 315 | 104 | 40 | 0 | 103 | 24 | 131 | 72 | 66 |
| Binary | 10001011 | 11001101 | 1000100 | 100000 | 0 | 1000011 | 10100 | 1011001 | 111010 | 110110 |
Color Harmonies of #8BCD44
Complementary color
Monochromatic Colors of #8BCD44
Black with #8BCD44
Text Example
Text Example
White with #8BCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD44; }
p { color: rgb(139,205,68); }
H1.HeaderClassName
{
color: #8BCD44;
}
.AnyTagClassName
{
color: #8BCD44;
}
</style>
background-color css
<style>
a { background-color: #8BCD44; }
a { background-color: rgb(139,205,68); }
div.DivClassName
{
background-color: #8BCD44;
}
.BgClassName
{
background-color: #8BCD44;
}
</style>
border-color css
<style>
span { border-color: #8BCD44; }
span { border-color: rgb(139,205,68); }
td.TdClassName
{
border-color: #8BCD44;
}
.TagClassName
{
border-color: #8BCD44;
}
</style>