Shades of Atlantis #8BD83F
Tints of Atlantis #8BD83F
RGB
CMYK
RGB Variations
Color information
#8BD83F (or 0x8BD83F) is known color: Atlantis. HEX triplet: 8B, D8 and 3F. RGB value is (139,216,63). Sum of RGB (Red+Green+Blue) = 139+216+63=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD83F is #7427C0. Grayscale: #B0B0B0. Windows color (decimal): -7612353 or 4184203. OLE color: 4184203.
HSL color Cylindrical-coordinate representation of color #8BD83F: hue angle of 90.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BD83F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 63 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.15 |
| HSL | 90.2º | 0.66% | 0.55% | - |
| HSV(B) | 90.2º | 0.71% | 0.85% | - |
| XYZ | 36.1 | 54.96 | 13.41 | - |
| YUV | 175.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 63 | 0.36 | 0 | 0.71 | 0.15 | 90.2 | 0.66 | 0.55 |
| Hex | 8B | D8 | 3F | 24 | 0 | 47 | F | 5A | 42 | 37 |
| Octal | 213 | 330 | 77 | 44 | 0 | 107 | 17 | 132 | 102 | 67 |
| Binary | 10001011 | 11011000 | 111111 | 100100 | 0 | 1000111 | 1111 | 1011010 | 1000010 | 110111 |
Color Harmonies of #8BD83F
Complementary color
Monochromatic Colors of #8BD83F
Black with #8BD83F
Text Example
Text Example
White with #8BD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD83F; }
p { color: rgb(139,216,63); }
H1.HeaderClassName
{
color: #8BD83F;
}
.AnyTagClassName
{
color: #8BD83F;
}
</style>
background-color css
<style>
a { background-color: #8BD83F; }
a { background-color: rgb(139,216,63); }
div.DivClassName
{
background-color: #8BD83F;
}
.BgClassName
{
background-color: #8BD83F;
}
</style>
border-color css
<style>
span { border-color: #8BD83F; }
span { border-color: rgb(139,216,63); }
td.TdClassName
{
border-color: #8BD83F;
}
.TagClassName
{
border-color: #8BD83F;
}
</style>