Shades of Atlantis #8BF140
Tints of Atlantis #8BF140
RGB
CMYK
RGB Variations
Color information
#8BF140 (or 0x8BF140) is known color: Atlantis. HEX triplet: 8B, F1 and 40. RGB value is (139,241,64). Sum of RGB (Red+Green+Blue) = 139+241+64=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF140 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF140 is #740EBF. Grayscale: #BEBEBE. Windows color (decimal): -7605952 or 4256139. OLE color: 4256139.
HSL color Cylindrical-coordinate representation of color #8BF140: hue angle of 94.58º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BF140 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 64 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.05 |
| HSL | 94.58º | 0.86% | 0.6% | - |
| HSV(B) | 94.58º | 0.73% | 0.95% | - |
| XYZ | 43.03 | 68.77 | 15.86 | - |
| YUV | 190.32 | 56.71 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 64 | 0.42 | 0 | 0.73 | 0.05 | 94.58 | 0.86 | 0.6 |
| Hex | 8B | F1 | 40 | 2A | 0 | 49 | 5 | 5F | 56 | 3C |
| Octal | 213 | 361 | 100 | 52 | 0 | 111 | 5 | 137 | 126 | 74 |
| Binary | 10001011 | 11110001 | 1000000 | 101010 | 0 | 1001001 | 101 | 1011111 | 1010110 | 111100 |
Color Harmonies of #8BF140
Complementary color
Monochromatic Colors of #8BF140
Black with #8BF140
Text Example
Text Example
White with #8BF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF140; }
p { color: rgb(139,241,64); }
H1.HeaderClassName
{
color: #8BF140;
}
.AnyTagClassName
{
color: #8BF140;
}
</style>
background-color css
<style>
a { background-color: #8BF140; }
a { background-color: rgb(139,241,64); }
div.DivClassName
{
background-color: #8BF140;
}
.BgClassName
{
background-color: #8BF140;
}
</style>
border-color css
<style>
span { border-color: #8BF140; }
span { border-color: rgb(139,241,64); }
td.TdClassName
{
border-color: #8BF140;
}
.TagClassName
{
border-color: #8BF140;
}
</style>