Shades of Atlantis #8BE63F
Tints of Atlantis #8BE63F
RGB
CMYK
RGB Variations
Color information
#8BE63F (or 0x8BE63F) is known color: Atlantis. HEX triplet: 8B, E6 and 3F. RGB value is (139,230,63). Sum of RGB (Red+Green+Blue) = 139+230+63=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #8BE63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE63F is #7419C0. Grayscale: #B8B8B8. Windows color (decimal): -7608769 or 4187787. OLE color: 4187787.
HSL color Cylindrical-coordinate representation of color #8BE63F: hue angle of 92.69º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BE63F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 230 | 63 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.10 |
| HSL | 92.69º | 0.77% | 0.57% | - |
| HSV(B) | 92.69º | 0.73% | 0.9% | - |
| XYZ | 39.84 | 62.44 | 14.66 | - |
| YUV | 183.75 | 59.85 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 230 | 63 | 0.40 | 0 | 0.73 | 0.10 | 92.69 | 0.77 | 0.57 |
| Hex | 8B | E6 | 3F | 28 | 0 | 49 | A | 5D | 4D | 39 |
| Octal | 213 | 346 | 77 | 50 | 0 | 111 | 12 | 135 | 115 | 71 |
| Binary | 10001011 | 11100110 | 111111 | 101000 | 0 | 1001001 | 1010 | 1011101 | 1001101 | 111001 |
Color Harmonies of #8BE63F
Complementary color
Monochromatic Colors of #8BE63F
Black with #8BE63F
Text Example
Text Example
White with #8BE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE63F; }
p { color: rgb(139,230,63); }
H1.HeaderClassName
{
color: #8BE63F;
}
.AnyTagClassName
{
color: #8BE63F;
}
</style>
background-color css
<style>
a { background-color: #8BE63F; }
a { background-color: rgb(139,230,63); }
div.DivClassName
{
background-color: #8BE63F;
}
.BgClassName
{
background-color: #8BE63F;
}
</style>
border-color css
<style>
span { border-color: #8BE63F; }
span { border-color: rgb(139,230,63); }
td.TdClassName
{
border-color: #8BE63F;
}
.TagClassName
{
border-color: #8BE63F;
}
</style>