Shades of Atlantis #8BF348
Tints of Atlantis #8BF348
RGB
CMYK
RGB Variations
Color information
#8BF348 (or 0x8BF348) is known color: Atlantis. HEX triplet: 8B, F3 and 48. RGB value is (139,243,72). Sum of RGB (Red+Green+Blue) = 139+243+72=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF348 is #740CB7. Grayscale: #C0C0C0. Windows color (decimal): -7605432 or 4780939. OLE color: 4780939.
HSL color Cylindrical-coordinate representation of color #8BF348: hue angle of 96.49º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BF348 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 72 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.05 |
| HSL | 96.49º | 0.88% | 0.62% | - |
| HSV(B) | 96.49º | 0.7% | 0.95% | - |
| XYZ | 43.87 | 70.06 | 17.34 | - |
| YUV | 192.41 | 60.04 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 72 | 0.43 | 0 | 0.70 | 0.05 | 96.49 | 0.88 | 0.62 |
| Hex | 8B | F3 | 48 | 2B | 0 | 46 | 5 | 60 | 58 | 3E |
| Octal | 213 | 363 | 110 | 53 | 0 | 106 | 5 | 140 | 130 | 76 |
| Binary | 10001011 | 11110011 | 1001000 | 101011 | 0 | 1000110 | 101 | 1100000 | 1011000 | 111110 |
Color Harmonies of #8BF348
Complementary color
Monochromatic Colors of #8BF348
Black with #8BF348
Text Example
Text Example
White with #8BF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF348; }
p { color: rgb(139,243,72); }
H1.HeaderClassName
{
color: #8BF348;
}
.AnyTagClassName
{
color: #8BF348;
}
</style>
background-color css
<style>
a { background-color: #8BF348; }
a { background-color: rgb(139,243,72); }
div.DivClassName
{
background-color: #8BF348;
}
.BgClassName
{
background-color: #8BF348;
}
</style>
border-color css
<style>
span { border-color: #8BF348; }
span { border-color: rgb(139,243,72); }
td.TdClassName
{
border-color: #8BF348;
}
.TagClassName
{
border-color: #8BF348;
}
</style>