Shades of Atlantis #8DCF3F
Tints of Atlantis #8DCF3F
RGB
CMYK
RGB Variations
Color information
#8DCF3F (or 0x8DCF3F) is known color: Atlantis. HEX triplet: 8D, CF and 3F. RGB value is (141,207,63). Sum of RGB (Red+Green+Blue) = 141+207+63=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCF3F is #7230C0. Grayscale: #ABABAB. Windows color (decimal): -7483585 or 4181901. OLE color: 4181901.
HSL color Cylindrical-coordinate representation of color #8DCF3F: hue angle of 87.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DCF3F is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 63 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.19 |
| HSL | 87.5º | 0.6% | 0.53% | - |
| HSV(B) | 87.5º | 0.7% | 0.81% | - |
| XYZ | 34.19 | 50.65 | 12.68 | - |
| YUV | 170.85 | 67.13 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 63 | 0.32 | 0 | 0.70 | 0.19 | 87.5 | 0.6 | 0.53 |
| Hex | 8D | CF | 3F | 20 | 0 | 46 | 13 | 57 | 3C | 35 |
| Octal | 215 | 317 | 77 | 40 | 0 | 106 | 23 | 127 | 74 | 65 |
| Binary | 10001101 | 11001111 | 111111 | 100000 | 0 | 1000110 | 10011 | 1010111 | 111100 | 110101 |
Color Harmonies of #8DCF3F
Complementary color
Monochromatic Colors of #8DCF3F
Black with #8DCF3F
Text Example
Text Example
White with #8DCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF3F; }
p { color: rgb(141,207,63); }
H1.HeaderClassName
{
color: #8DCF3F;
}
.AnyTagClassName
{
color: #8DCF3F;
}
</style>
background-color css
<style>
a { background-color: #8DCF3F; }
a { background-color: rgb(141,207,63); }
div.DivClassName
{
background-color: #8DCF3F;
}
.BgClassName
{
background-color: #8DCF3F;
}
</style>
border-color css
<style>
span { border-color: #8DCF3F; }
span { border-color: rgb(141,207,63); }
td.TdClassName
{
border-color: #8DCF3F;
}
.TagClassName
{
border-color: #8DCF3F;
}
</style>