Shades of Atlantis #8DDF4C
Tints of Atlantis #8DDF4C
RGB
CMYK
RGB Variations
Color information
#8DDF4C (or 0x8DDF4C) is known color: Atlantis. HEX triplet: 8D, DF and 4C. RGB value is (141,223,76). Sum of RGB (Red+Green+Blue) = 141+223+76=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDF4C is #7220B3. Grayscale: #B6B6B6. Windows color (decimal): -7479476 or 5037965. OLE color: 5037965.
HSL color Cylindrical-coordinate representation of color #8DDF4C: hue angle of 93.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DDF4C is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 76 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.13 |
| HSL | 93.47º | 0.7% | 0.59% | - |
| HSV(B) | 93.47º | 0.66% | 0.87% | - |
| XYZ | 38.68 | 58.96 | 16.18 | - |
| YUV | 181.72 | 68.33 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 76 | 0.37 | 0 | 0.66 | 0.13 | 93.47 | 0.7 | 0.59 |
| Hex | 8D | DF | 4C | 25 | 0 | 42 | D | 5D | 46 | 3B |
| Octal | 215 | 337 | 114 | 45 | 0 | 102 | 15 | 135 | 106 | 73 |
| Binary | 10001101 | 11011111 | 1001100 | 100101 | 0 | 1000010 | 1101 | 1011101 | 1000110 | 111011 |
Color Harmonies of #8DDF4C
Complementary color
Monochromatic Colors of #8DDF4C
Black with #8DDF4C
Text Example
Text Example
White with #8DDF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF4C; }
p { color: rgb(141,223,76); }
H1.HeaderClassName
{
color: #8DDF4C;
}
.AnyTagClassName
{
color: #8DDF4C;
}
</style>
background-color css
<style>
a { background-color: #8DDF4C; }
a { background-color: rgb(141,223,76); }
div.DivClassName
{
background-color: #8DDF4C;
}
.BgClassName
{
background-color: #8DDF4C;
}
</style>
border-color css
<style>
span { border-color: #8DDF4C; }
span { border-color: rgb(141,223,76); }
td.TdClassName
{
border-color: #8DDF4C;
}
.TagClassName
{
border-color: #8DDF4C;
}
</style>