Shades of Atlantis #8CDD38
Tints of Atlantis #8CDD38
RGB
CMYK
RGB Variations
Color information
#8CDD38 (or 0x8CDD38) is known color: Atlantis. HEX triplet: 8C, DD and 38. RGB value is (140,221,56). Sum of RGB (Red+Green+Blue) = 140+221+56=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD38 is #7322C7. Grayscale: #B2B2B2. Windows color (decimal): -7545544 or 3726732. OLE color: 3726732.
HSL color Cylindrical-coordinate representation of color #8CDD38: hue angle of 89.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CDD38 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 56 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.13 |
| HSL | 89.45º | 0.71% | 0.54% | - |
| HSV(B) | 89.45º | 0.75% | 0.87% | - |
| XYZ | 37.39 | 57.57 | 12.88 | - |
| YUV | 177.97 | 59.16 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 56 | 0.37 | 0 | 0.75 | 0.13 | 89.45 | 0.71 | 0.54 |
| Hex | 8C | DD | 38 | 25 | 0 | 4B | D | 59 | 47 | 36 |
| Octal | 214 | 335 | 70 | 45 | 0 | 113 | 15 | 131 | 107 | 66 |
| Binary | 10001100 | 11011101 | 111000 | 100101 | 0 | 1001011 | 1101 | 1011001 | 1000111 | 110110 |
Color Harmonies of #8CDD38
Complementary color
Monochromatic Colors of #8CDD38
Black with #8CDD38
Text Example
Text Example
White with #8CDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD38; }
p { color: rgb(140,221,56); }
H1.HeaderClassName
{
color: #8CDD38;
}
.AnyTagClassName
{
color: #8CDD38;
}
</style>
background-color css
<style>
a { background-color: #8CDD38; }
a { background-color: rgb(140,221,56); }
div.DivClassName
{
background-color: #8CDD38;
}
.BgClassName
{
background-color: #8CDD38;
}
</style>
border-color css
<style>
span { border-color: #8CDD38; }
span { border-color: rgb(140,221,56); }
td.TdClassName
{
border-color: #8CDD38;
}
.TagClassName
{
border-color: #8CDD38;
}
</style>