Shades of Atlantis #8BC841
Tints of Atlantis #8BC841
RGB
CMYK
RGB Variations
Color information
#8BC841 (or 0x8BC841) is known color: Atlantis. HEX triplet: 8B, C8 and 41. RGB value is (139,200,65). Sum of RGB (Red+Green+Blue) = 139+200+65=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC841 is #7437BE. Grayscale: #A6A6A6. Windows color (decimal): -7616447 or 4311179. OLE color: 4311179.
HSL color Cylindrical-coordinate representation of color #8BC841: hue angle of 87.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BC841 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 65 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.22 |
| HSL | 87.11º | 0.55% | 0.52% | - |
| HSV(B) | 87.11º | 0.68% | 0.78% | - |
| XYZ | 32.26 | 47.18 | 12.41 | - |
| YUV | 166.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 65 | 0.30 | 0 | 0.68 | 0.22 | 87.11 | 0.55 | 0.52 |
| Hex | 8B | C8 | 41 | 1E | 0 | 44 | 16 | 57 | 37 | 34 |
| Octal | 213 | 310 | 101 | 36 | 0 | 104 | 26 | 127 | 67 | 64 |
| Binary | 10001011 | 11001000 | 1000001 | 11110 | 0 | 1000100 | 10110 | 1010111 | 110111 | 110100 |
Color Harmonies of #8BC841
Complementary color
Monochromatic Colors of #8BC841
Black with #8BC841
Text Example
Text Example
White with #8BC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC841; }
p { color: rgb(139,200,65); }
H1.HeaderClassName
{
color: #8BC841;
}
.AnyTagClassName
{
color: #8BC841;
}
</style>
background-color css
<style>
a { background-color: #8BC841; }
a { background-color: rgb(139,200,65); }
div.DivClassName
{
background-color: #8BC841;
}
.BgClassName
{
background-color: #8BC841;
}
</style>
border-color css
<style>
span { border-color: #8BC841; }
span { border-color: rgb(139,200,65); }
td.TdClassName
{
border-color: #8BC841;
}
.TagClassName
{
border-color: #8BC841;
}
</style>