Shades of Atlantis #8BDC45
Tints of Atlantis #8BDC45
RGB
CMYK
RGB Variations
Color information
#8BDC45 (or 0x8BDC45) is known color: Atlantis. HEX triplet: 8B, DC and 45. RGB value is (139,220,69). Sum of RGB (Red+Green+Blue) = 139+220+69=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDC45 is #7423BA. Grayscale: #B3B3B3. Windows color (decimal): -7611323 or 4578443. OLE color: 4578443.
HSL color Cylindrical-coordinate representation of color #8BDC45: hue angle of 92.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BDC45 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 69 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.14 |
| HSL | 92.19º | 0.68% | 0.57% | - |
| HSV(B) | 92.19º | 0.69% | 0.86% | - |
| XYZ | 37.31 | 57.11 | 14.69 | - |
| YUV | 178.57 | 66.16 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 69 | 0.37 | 0 | 0.69 | 0.14 | 92.19 | 0.68 | 0.57 |
| Hex | 8B | DC | 45 | 25 | 0 | 45 | E | 5C | 44 | 39 |
| Octal | 213 | 334 | 105 | 45 | 0 | 105 | 16 | 134 | 104 | 71 |
| Binary | 10001011 | 11011100 | 1000101 | 100101 | 0 | 1000101 | 1110 | 1011100 | 1000100 | 111001 |
Color Harmonies of #8BDC45
Complementary color
Monochromatic Colors of #8BDC45
Black with #8BDC45
Text Example
Text Example
White with #8BDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC45; }
p { color: rgb(139,220,69); }
H1.HeaderClassName
{
color: #8BDC45;
}
.AnyTagClassName
{
color: #8BDC45;
}
</style>
background-color css
<style>
a { background-color: #8BDC45; }
a { background-color: rgb(139,220,69); }
div.DivClassName
{
background-color: #8BDC45;
}
.BgClassName
{
background-color: #8BDC45;
}
</style>
border-color css
<style>
span { border-color: #8BDC45; }
span { border-color: rgb(139,220,69); }
td.TdClassName
{
border-color: #8BDC45;
}
.TagClassName
{
border-color: #8BDC45;
}
</style>