Shades of Atlantis #8DDF4B
Tints of Atlantis #8DDF4B
RGB
CMYK
RGB Variations
Color information
#8DDF4B (or 0x8DDF4B) is known color: Atlantis. HEX triplet: 8D, DF and 4B. RGB value is (141,223,75). Sum of RGB (Red+Green+Blue) = 141+223+75=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDF4B is #7220B4. Grayscale: #B6B6B6. Windows color (decimal): -7479477 or 4972429. OLE color: 4972429.
HSL color Cylindrical-coordinate representation of color #8DDF4B: hue angle of 93.24º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DDF4B is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 75 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.13 |
| HSL | 93.24º | 0.7% | 0.58% | - |
| HSV(B) | 93.24º | 0.66% | 0.87% | - |
| XYZ | 38.64 | 58.95 | 16 | - |
| YUV | 181.61 | 67.83 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 75 | 0.37 | 0 | 0.66 | 0.13 | 93.24 | 0.7 | 0.58 |
| Hex | 8D | DF | 4B | 25 | 0 | 42 | D | 5D | 46 | 3A |
| Octal | 215 | 337 | 113 | 45 | 0 | 102 | 15 | 135 | 106 | 72 |
| Binary | 10001101 | 11011111 | 1001011 | 100101 | 0 | 1000010 | 1101 | 1011101 | 1000110 | 111010 |
Color Harmonies of #8DDF4B
Complementary color
Monochromatic Colors of #8DDF4B
Black with #8DDF4B
Text Example
Text Example
White with #8DDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF4B; }
p { color: rgb(141,223,75); }
H1.HeaderClassName
{
color: #8DDF4B;
}
.AnyTagClassName
{
color: #8DDF4B;
}
</style>
background-color css
<style>
a { background-color: #8DDF4B; }
a { background-color: rgb(141,223,75); }
div.DivClassName
{
background-color: #8DDF4B;
}
.BgClassName
{
background-color: #8DDF4B;
}
</style>
border-color css
<style>
span { border-color: #8DDF4B; }
span { border-color: rgb(141,223,75); }
td.TdClassName
{
border-color: #8DDF4B;
}
.TagClassName
{
border-color: #8DDF4B;
}
</style>