Shades of Atlantis #8BF13D
Tints of Atlantis #8BF13D
RGB
CMYK
RGB Variations
Color information
#8BF13D (or 0x8BF13D) is known color: Atlantis. HEX triplet: 8B, F1 and 3D. RGB value is (139,241,61). Sum of RGB (Red+Green+Blue) = 139+241+61=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF13D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF13D is #740EC2. Grayscale: #BEBEBE. Windows color (decimal): -7605955 or 4059531. OLE color: 4059531.
HSL color Cylindrical-coordinate representation of color #8BF13D: hue angle of 94º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BF13D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 61 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.05 |
| HSL | 94º | 0.87% | 0.59% | - |
| HSV(B) | 94º | 0.75% | 0.95% | - |
| XYZ | 42.95 | 68.74 | 15.42 | - |
| YUV | 189.98 | 55.21 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 61 | 0.42 | 0 | 0.75 | 0.05 | 94 | 0.87 | 0.59 |
| Hex | 8B | F1 | 3D | 2A | 0 | 4B | 5 | 5E | 57 | 3B |
| Octal | 213 | 361 | 75 | 52 | 0 | 113 | 5 | 136 | 127 | 73 |
| Binary | 10001011 | 11110001 | 111101 | 101010 | 0 | 1001011 | 101 | 1011110 | 1010111 | 111011 |
Color Harmonies of #8BF13D
Complementary color
Monochromatic Colors of #8BF13D
Black with #8BF13D
Text Example
Text Example
White with #8BF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF13D; }
p { color: rgb(139,241,61); }
H1.HeaderClassName
{
color: #8BF13D;
}
.AnyTagClassName
{
color: #8BF13D;
}
</style>
background-color css
<style>
a { background-color: #8BF13D; }
a { background-color: rgb(139,241,61); }
div.DivClassName
{
background-color: #8BF13D;
}
.BgClassName
{
background-color: #8BF13D;
}
</style>
border-color css
<style>
span { border-color: #8BF13D; }
span { border-color: rgb(139,241,61); }
td.TdClassName
{
border-color: #8BF13D;
}
.TagClassName
{
border-color: #8BF13D;
}
</style>