Shades of Atlantis #8BDF3C
Tints of Atlantis #8BDF3C
RGB
CMYK
RGB Variations
Color information
#8BDF3C (or 0x8BDF3C) is known color: Atlantis. HEX triplet: 8B, DF and 3C. RGB value is (139,223,60). Sum of RGB (Red+Green+Blue) = 139+223+60=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDF3C is #7420C3. Grayscale: #B3B3B3. Windows color (decimal): -7610564 or 3989387. OLE color: 3989387.
HSL color Cylindrical-coordinate representation of color #8BDF3C: hue angle of 90.92º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BDF3C is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 60 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.13 |
| HSL | 90.92º | 0.72% | 0.55% | - |
| HSV(B) | 90.92º | 0.73% | 0.87% | - |
| XYZ | 37.85 | 58.59 | 13.59 | - |
| YUV | 179.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 60 | 0.38 | 0 | 0.73 | 0.13 | 90.92 | 0.72 | 0.55 |
| Hex | 8B | DF | 3C | 26 | 0 | 49 | D | 5B | 48 | 37 |
| Octal | 213 | 337 | 74 | 46 | 0 | 111 | 15 | 133 | 110 | 67 |
| Binary | 10001011 | 11011111 | 111100 | 100110 | 0 | 1001001 | 1101 | 1011011 | 1001000 | 110111 |
Color Harmonies of #8BDF3C
Complementary color
Monochromatic Colors of #8BDF3C
Black with #8BDF3C
Text Example
Text Example
White with #8BDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF3C; }
p { color: rgb(139,223,60); }
H1.HeaderClassName
{
color: #8BDF3C;
}
.AnyTagClassName
{
color: #8BDF3C;
}
</style>
background-color css
<style>
a { background-color: #8BDF3C; }
a { background-color: rgb(139,223,60); }
div.DivClassName
{
background-color: #8BDF3C;
}
.BgClassName
{
background-color: #8BDF3C;
}
</style>
border-color css
<style>
span { border-color: #8BDF3C; }
span { border-color: rgb(139,223,60); }
td.TdClassName
{
border-color: #8BDF3C;
}
.TagClassName
{
border-color: #8BDF3C;
}
</style>