Shades of Atlantis #8BED4F
Tints of Atlantis #8BED4F
RGB
CMYK
RGB Variations
Color information
#8BED4F (or 0x8BED4F) is known color: Atlantis. HEX triplet: 8B, ED and 4F. RGB value is (139,237,79). Sum of RGB (Red+Green+Blue) = 139+237+79=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #8BED4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BED4F is #7412B0. Grayscale: #BEBEBE. Windows color (decimal): -7606961 or 5238155. OLE color: 5238155.
HSL color Cylindrical-coordinate representation of color #8BED4F: hue angle of 97.22º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BED4F is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 237 | 79 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.07 |
| HSL | 97.22º | 0.81% | 0.62% | - |
| HSV(B) | 97.22º | 0.67% | 0.93% | - |
| XYZ | 42.34 | 66.62 | 18.02 | - |
| YUV | 189.69 | 65.53 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 237 | 79 | 0.41 | 0 | 0.67 | 0.07 | 97.22 | 0.81 | 0.62 |
| Hex | 8B | ED | 4F | 29 | 0 | 43 | 7 | 61 | 51 | 3E |
| Octal | 213 | 355 | 117 | 51 | 0 | 103 | 7 | 141 | 121 | 76 |
| Binary | 10001011 | 11101101 | 1001111 | 101001 | 0 | 1000011 | 111 | 1100001 | 1010001 | 111110 |
Color Harmonies of #8BED4F
Complementary color
Monochromatic Colors of #8BED4F
Black with #8BED4F
Text Example
Text Example
White with #8BED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BED4F; }
p { color: rgb(139,237,79); }
H1.HeaderClassName
{
color: #8BED4F;
}
.AnyTagClassName
{
color: #8BED4F;
}
</style>
background-color css
<style>
a { background-color: #8BED4F; }
a { background-color: rgb(139,237,79); }
div.DivClassName
{
background-color: #8BED4F;
}
.BgClassName
{
background-color: #8BED4F;
}
</style>
border-color css
<style>
span { border-color: #8BED4F; }
span { border-color: rgb(139,237,79); }
td.TdClassName
{
border-color: #8BED4F;
}
.TagClassName
{
border-color: #8BED4F;
}
</style>