Shades of Atlantis #8BF350
Tints of Atlantis #8BF350
RGB
CMYK
RGB Variations
Color information
#8BF350 (or 0x8BF350) is known color: Atlantis. HEX triplet: 8B, F3 and 50. RGB value is (139,243,80). Sum of RGB (Red+Green+Blue) = 139+243+80=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF350 is #740CAF. Grayscale: #C1C1C1. Windows color (decimal): -7605424 or 5305227. OLE color: 5305227.
HSL color Cylindrical-coordinate representation of color #8BF350: hue angle of 98.28º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BF350 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 80 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.05 |
| HSL | 98.28º | 0.87% | 0.63% | - |
| HSV(B) | 98.28º | 0.67% | 0.95% | - |
| XYZ | 44.15 | 70.17 | 18.81 | - |
| YUV | 193.32 | 64.04 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 80 | 0.43 | 0 | 0.67 | 0.05 | 98.28 | 0.87 | 0.63 |
| Hex | 8B | F3 | 50 | 2B | 0 | 43 | 5 | 62 | 57 | 3F |
| Octal | 213 | 363 | 120 | 53 | 0 | 103 | 5 | 142 | 127 | 77 |
| Binary | 10001011 | 11110011 | 1010000 | 101011 | 0 | 1000011 | 101 | 1100010 | 1010111 | 111111 |
Color Harmonies of #8BF350
Complementary color
Monochromatic Colors of #8BF350
Black with #8BF350
Text Example
Text Example
White with #8BF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF350; }
p { color: rgb(139,243,80); }
H1.HeaderClassName
{
color: #8BF350;
}
.AnyTagClassName
{
color: #8BF350;
}
</style>
background-color css
<style>
a { background-color: #8BF350; }
a { background-color: rgb(139,243,80); }
div.DivClassName
{
background-color: #8BF350;
}
.BgClassName
{
background-color: #8BF350;
}
</style>
border-color css
<style>
span { border-color: #8BF350; }
span { border-color: rgb(139,243,80); }
td.TdClassName
{
border-color: #8BF350;
}
.TagClassName
{
border-color: #8BF350;
}
</style>