Shades of Atlantis #8DEF3C
Tints of Atlantis #8DEF3C
RGB
CMYK
RGB Variations
Color information
#8DEF3C (or 0x8DEF3C) is known color: Atlantis. HEX triplet: 8D, EF and 3C. RGB value is (141,239,60). Sum of RGB (Red+Green+Blue) = 141+239+60=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEF3C is #7210C3. Grayscale: #BDBDBD. Windows color (decimal): -7475396 or 3993485. OLE color: 3993485.
HSL color Cylindrical-coordinate representation of color #8DEF3C: hue angle of 92.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DEF3C is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 60 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.06 |
| HSL | 92.85º | 0.85% | 0.59% | - |
| HSV(B) | 92.85º | 0.75% | 0.94% | - |
| XYZ | 42.67 | 67.72 | 15.1 | - |
| YUV | 189.29 | 55.03 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 60 | 0.41 | 0 | 0.75 | 0.06 | 92.85 | 0.85 | 0.59 |
| Hex | 8D | EF | 3C | 29 | 0 | 4B | 6 | 5D | 55 | 3B |
| Octal | 215 | 357 | 74 | 51 | 0 | 113 | 6 | 135 | 125 | 73 |
| Binary | 10001101 | 11101111 | 111100 | 101001 | 0 | 1001011 | 110 | 1011101 | 1010101 | 111011 |
Color Harmonies of #8DEF3C
Complementary color
Monochromatic Colors of #8DEF3C
Black with #8DEF3C
Text Example
Text Example
White with #8DEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEF3C; }
p { color: rgb(141,239,60); }
H1.HeaderClassName
{
color: #8DEF3C;
}
.AnyTagClassName
{
color: #8DEF3C;
}
</style>
background-color css
<style>
a { background-color: #8DEF3C; }
a { background-color: rgb(141,239,60); }
div.DivClassName
{
background-color: #8DEF3C;
}
.BgClassName
{
background-color: #8DEF3C;
}
</style>
border-color css
<style>
span { border-color: #8DEF3C; }
span { border-color: rgb(141,239,60); }
td.TdClassName
{
border-color: #8DEF3C;
}
.TagClassName
{
border-color: #8DEF3C;
}
</style>