Shades of Atlantis #8DCF4C
Tints of Atlantis #8DCF4C
RGB
CMYK
RGB Variations
Color information
#8DCF4C (or 0x8DCF4C) is known color: Atlantis. HEX triplet: 8D, CF and 4C. RGB value is (141,207,76). Sum of RGB (Red+Green+Blue) = 141+207+76=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCF4C is #7230B3. Grayscale: #ACACAC. Windows color (decimal): -7483572 or 5033869. OLE color: 5033869.
HSL color Cylindrical-coordinate representation of color #8DCF4C: hue angle of 90.23º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DCF4C is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 76 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.19 |
| HSL | 90.23º | 0.58% | 0.55% | - |
| HSV(B) | 90.23º | 0.63% | 0.81% | - |
| XYZ | 34.6 | 50.81 | 14.82 | - |
| YUV | 172.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 76 | 0.32 | 0 | 0.63 | 0.19 | 90.23 | 0.58 | 0.55 |
| Hex | 8D | CF | 4C | 20 | 0 | 3F | 13 | 5A | 3A | 37 |
| Octal | 215 | 317 | 114 | 40 | 0 | 77 | 23 | 132 | 72 | 67 |
| Binary | 10001101 | 11001111 | 1001100 | 100000 | 0 | 111111 | 10011 | 1011010 | 111010 | 110111 |
Color Harmonies of #8DCF4C
Complementary color
Monochromatic Colors of #8DCF4C
Black with #8DCF4C
Text Example
Text Example
White with #8DCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF4C; }
p { color: rgb(141,207,76); }
H1.HeaderClassName
{
color: #8DCF4C;
}
.AnyTagClassName
{
color: #8DCF4C;
}
</style>
background-color css
<style>
a { background-color: #8DCF4C; }
a { background-color: rgb(141,207,76); }
div.DivClassName
{
background-color: #8DCF4C;
}
.BgClassName
{
background-color: #8DCF4C;
}
</style>
border-color css
<style>
span { border-color: #8DCF4C; }
span { border-color: rgb(141,207,76); }
td.TdClassName
{
border-color: #8DCF4C;
}
.TagClassName
{
border-color: #8DCF4C;
}
</style>