Shades of Atlantis #8BF250
Tints of Atlantis #8BF250
RGB
CMYK
RGB Variations
Color information
#8BF250 (or 0x8BF250) is known color: Atlantis. HEX triplet: 8B, F2 and 50. RGB value is (139,242,80). Sum of RGB (Red+Green+Blue) = 139+242+80=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF250 is #740DAF. Grayscale: #C1C1C1. Windows color (decimal): -7605680 or 5304971. OLE color: 5304971.
HSL color Cylindrical-coordinate representation of color #8BF250: hue angle of 98.15º degrees, saturation: 0.86, 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 #8BF250 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 80 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.05 |
| HSL | 98.15º | 0.86% | 0.63% | - |
| HSV(B) | 98.15º | 0.67% | 0.95% | - |
| XYZ | 43.85 | 69.57 | 18.71 | - |
| YUV | 192.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 80 | 0.43 | 0 | 0.67 | 0.05 | 98.15 | 0.86 | 0.63 |
| Hex | 8B | F2 | 50 | 2B | 0 | 43 | 5 | 62 | 56 | 3F |
| Octal | 213 | 362 | 120 | 53 | 0 | 103 | 5 | 142 | 126 | 77 |
| Binary | 10001011 | 11110010 | 1010000 | 101011 | 0 | 1000011 | 101 | 1100010 | 1010110 | 111111 |
Color Harmonies of #8BF250
Complementary color
Monochromatic Colors of #8BF250
Black with #8BF250
Text Example
Text Example
White with #8BF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF250; }
p { color: rgb(139,242,80); }
H1.HeaderClassName
{
color: #8BF250;
}
.AnyTagClassName
{
color: #8BF250;
}
</style>
background-color css
<style>
a { background-color: #8BF250; }
a { background-color: rgb(139,242,80); }
div.DivClassName
{
background-color: #8BF250;
}
.BgClassName
{
background-color: #8BF250;
}
</style>
border-color css
<style>
span { border-color: #8BF250; }
span { border-color: rgb(139,242,80); }
td.TdClassName
{
border-color: #8BF250;
}
.TagClassName
{
border-color: #8BF250;
}
</style>