Shades of Atlantis #8BDF38
Tints of Atlantis #8BDF38
RGB
CMYK
RGB Variations
Color information
#8BDF38 (or 0x8BDF38) is known color: Atlantis. HEX triplet: 8B, DF and 38. RGB value is (139,223,56). Sum of RGB (Red+Green+Blue) = 139+223+56=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDF38 is #7420C7. Grayscale: #B3B3B3. Windows color (decimal): -7610568 or 3727243. OLE color: 3727243.
HSL color Cylindrical-coordinate representation of color #8BDF38: hue angle of 90.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BDF38 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 56 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.13 |
| HSL | 90.18º | 0.72% | 0.55% | - |
| HSV(B) | 90.18º | 0.75% | 0.87% | - |
| XYZ | 37.75 | 58.55 | 13.05 | - |
| YUV | 178.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 56 | 0.38 | 0 | 0.75 | 0.13 | 90.18 | 0.72 | 0.55 |
| Hex | 8B | DF | 38 | 26 | 0 | 4B | D | 5A | 48 | 37 |
| Octal | 213 | 337 | 70 | 46 | 0 | 113 | 15 | 132 | 110 | 67 |
| Binary | 10001011 | 11011111 | 111000 | 100110 | 0 | 1001011 | 1101 | 1011010 | 1001000 | 110111 |
Color Harmonies of #8BDF38
Complementary color
Monochromatic Colors of #8BDF38
Black with #8BDF38
Text Example
Text Example
White with #8BDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF38; }
p { color: rgb(139,223,56); }
H1.HeaderClassName
{
color: #8BDF38;
}
.AnyTagClassName
{
color: #8BDF38;
}
</style>
background-color css
<style>
a { background-color: #8BDF38; }
a { background-color: rgb(139,223,56); }
div.DivClassName
{
background-color: #8BDF38;
}
.BgClassName
{
background-color: #8BDF38;
}
</style>
border-color css
<style>
span { border-color: #8BDF38; }
span { border-color: rgb(139,223,56); }
td.TdClassName
{
border-color: #8BDF38;
}
.TagClassName
{
border-color: #8BDF38;
}
</style>