Shades of Atlantis #8BD736
Tints of Atlantis #8BD736
RGB
CMYK
RGB Variations
Color information
#8BD736 (or 0x8BD736) is known color: Atlantis. HEX triplet: 8B, D7 and 36. RGB value is (139,215,54). Sum of RGB (Red+Green+Blue) = 139+215+54=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 215 (84.38% from 255 or 52.70% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD736 is #7428C9. Grayscale: #AEAEAE. Windows color (decimal): -7612618 or 3594123. OLE color: 3594123.
HSL color Cylindrical-coordinate representation of color #8BD736: hue angle of 88.32º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BD736 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 54 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.16 |
| HSL | 88.32º | 0.67% | 0.53% | - |
| HSV(B) | 88.32º | 0.75% | 0.84% | - |
| XYZ | 35.61 | 54.36 | 12.1 | - |
| YUV | 173.92 | 60.32 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 54 | 0.35 | 0 | 0.75 | 0.16 | 88.32 | 0.67 | 0.53 |
| Hex | 8B | D7 | 36 | 23 | 0 | 4B | 10 | 58 | 43 | 35 |
| Octal | 213 | 327 | 66 | 43 | 0 | 113 | 20 | 130 | 103 | 65 |
| Binary | 10001011 | 11010111 | 110110 | 100011 | 0 | 1001011 | 10000 | 1011000 | 1000011 | 110101 |
Color Harmonies of #8BD736
Complementary color
Monochromatic Colors of #8BD736
Black with #8BD736
Text Example
Text Example
White with #8BD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD736; }
p { color: rgb(139,215,54); }
H1.HeaderClassName
{
color: #8BD736;
}
.AnyTagClassName
{
color: #8BD736;
}
</style>
background-color css
<style>
a { background-color: #8BD736; }
a { background-color: rgb(139,215,54); }
div.DivClassName
{
background-color: #8BD736;
}
.BgClassName
{
background-color: #8BD736;
}
</style>
border-color css
<style>
span { border-color: #8BD736; }
span { border-color: rgb(139,215,54); }
td.TdClassName
{
border-color: #8BD736;
}
.TagClassName
{
border-color: #8BD736;
}
</style>