Shades of Atlantis #8BF245
Tints of Atlantis #8BF245
RGB
CMYK
RGB Variations
Color information
#8BF245 (or 0x8BF245) is known color: Atlantis. HEX triplet: 8B, F2 and 45. RGB value is (139,242,69). Sum of RGB (Red+Green+Blue) = 139+242+69=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF245 is #740DBA. Grayscale: #C0C0C0. Windows color (decimal): -7605691 or 4584075. OLE color: 4584075.
HSL color Cylindrical-coordinate representation of color #8BF245: hue angle of 95.72º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BF245 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 69 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.05 |
| HSL | 95.72º | 0.87% | 0.61% | - |
| HSV(B) | 95.72º | 0.71% | 0.95% | - |
| XYZ | 43.47 | 69.42 | 16.74 | - |
| YUV | 191.48 | 58.88 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 69 | 0.43 | 0 | 0.71 | 0.05 | 95.72 | 0.87 | 0.61 |
| Hex | 8B | F2 | 45 | 2B | 0 | 47 | 5 | 60 | 57 | 3D |
| Octal | 213 | 362 | 105 | 53 | 0 | 107 | 5 | 140 | 127 | 75 |
| Binary | 10001011 | 11110010 | 1000101 | 101011 | 0 | 1000111 | 101 | 1100000 | 1010111 | 111101 |
Color Harmonies of #8BF245
Complementary color
Monochromatic Colors of #8BF245
Black with #8BF245
Text Example
Text Example
White with #8BF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF245; }
p { color: rgb(139,242,69); }
H1.HeaderClassName
{
color: #8BF245;
}
.AnyTagClassName
{
color: #8BF245;
}
</style>
background-color css
<style>
a { background-color: #8BF245; }
a { background-color: rgb(139,242,69); }
div.DivClassName
{
background-color: #8BF245;
}
.BgClassName
{
background-color: #8BF245;
}
</style>
border-color css
<style>
span { border-color: #8BF245; }
span { border-color: rgb(139,242,69); }
td.TdClassName
{
border-color: #8BF245;
}
.TagClassName
{
border-color: #8BF245;
}
</style>