Shades of Atlantis #8DC33D
Tints of Atlantis #8DC33D
RGB
CMYK
RGB Variations
Color information
#8DC33D (or 0x8DC33D) is known color: Atlantis. HEX triplet: 8D, C3 and 3D. RGB value is (141,195,61). Sum of RGB (Red+Green+Blue) = 141+195+61=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC33D is #723CC2. Grayscale: #A4A4A4. Windows color (decimal): -7486659 or 4047757. OLE color: 4047757.
HSL color Cylindrical-coordinate representation of color #8DC33D: hue angle of 84.18º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DC33D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 61 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.24 |
| HSL | 84.18º | 0.53% | 0.5% | - |
| HSV(B) | 84.18º | 0.69% | 0.76% | - |
| XYZ | 31.34 | 45.03 | 11.45 | - |
| YUV | 163.58 | 70.11 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 61 | 0.28 | 0 | 0.69 | 0.24 | 84.18 | 0.53 | 0.5 |
| Hex | 8D | C3 | 3D | 1C | 0 | 45 | 18 | 54 | 35 | 32 |
| Octal | 215 | 303 | 75 | 34 | 0 | 105 | 30 | 124 | 65 | 62 |
| Binary | 10001101 | 11000011 | 111101 | 11100 | 0 | 1000101 | 11000 | 1010100 | 110101 | 110010 |
Color Harmonies of #8DC33D
Complementary color
Monochromatic Colors of #8DC33D
Black with #8DC33D
Text Example
Text Example
White with #8DC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC33D; }
p { color: rgb(141,195,61); }
H1.HeaderClassName
{
color: #8DC33D;
}
.AnyTagClassName
{
color: #8DC33D;
}
</style>
background-color css
<style>
a { background-color: #8DC33D; }
a { background-color: rgb(141,195,61); }
div.DivClassName
{
background-color: #8DC33D;
}
.BgClassName
{
background-color: #8DC33D;
}
</style>
border-color css
<style>
span { border-color: #8DC33D; }
span { border-color: rgb(141,195,61); }
td.TdClassName
{
border-color: #8DC33D;
}
.TagClassName
{
border-color: #8DC33D;
}
</style>