Shades of Atlantis #8BDF39
Tints of Atlantis #8BDF39
RGB
CMYK
RGB Variations
Color information
#8BDF39 (or 0x8BDF39) is known color: Atlantis. HEX triplet: 8B, DF and 39. RGB value is (139,223,57). Sum of RGB (Red+Green+Blue) = 139+223+57=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDF39 is #7420C6. Grayscale: #B3B3B3. Windows color (decimal): -7610567 or 3792779. OLE color: 3792779.
HSL color Cylindrical-coordinate representation of color #8BDF39: hue angle of 90.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BDF39 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 57 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.13 |
| HSL | 90.36º | 0.72% | 0.55% | - |
| HSV(B) | 90.36º | 0.74% | 0.87% | - |
| XYZ | 37.77 | 58.56 | 13.18 | - |
| YUV | 178.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 57 | 0.38 | 0 | 0.74 | 0.13 | 90.36 | 0.72 | 0.55 |
| Hex | 8B | DF | 39 | 26 | 0 | 4A | D | 5A | 48 | 37 |
| Octal | 213 | 337 | 71 | 46 | 0 | 112 | 15 | 132 | 110 | 67 |
| Binary | 10001011 | 11011111 | 111001 | 100110 | 0 | 1001010 | 1101 | 1011010 | 1001000 | 110111 |
Color Harmonies of #8BDF39
Complementary color
Monochromatic Colors of #8BDF39
Black with #8BDF39
Text Example
Text Example
White with #8BDF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF39; }
p { color: rgb(139,223,57); }
H1.HeaderClassName
{
color: #8BDF39;
}
.AnyTagClassName
{
color: #8BDF39;
}
</style>
background-color css
<style>
a { background-color: #8BDF39; }
a { background-color: rgb(139,223,57); }
div.DivClassName
{
background-color: #8BDF39;
}
.BgClassName
{
background-color: #8BDF39;
}
</style>
border-color css
<style>
span { border-color: #8BDF39; }
span { border-color: rgb(139,223,57); }
td.TdClassName
{
border-color: #8BDF39;
}
.TagClassName
{
border-color: #8BDF39;
}
</style>