Shades of Atlantis #8FD53C
Tints of Atlantis #8FD53C
RGB
CMYK
RGB Variations
Color information
#8FD53C (or 0x8FD53C) is known color: Atlantis. HEX triplet: 8F, D5 and 3C. RGB value is (143,213,60). Sum of RGB (Red+Green+Blue) = 143+213+60=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD53C is #702AC3. Grayscale: #AFAFAF. Windows color (decimal): -7350980 or 3986831. OLE color: 3986831.
HSL color Cylindrical-coordinate representation of color #8FD53C: hue angle of 87.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FD53C is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 60 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.16 |
| HSL | 87.45º | 0.65% | 0.54% | - |
| HSV(B) | 87.45º | 0.72% | 0.84% | - |
| XYZ | 35.94 | 53.75 | 12.76 | - |
| YUV | 174.63 | 63.31 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 60 | 0.33 | 0 | 0.72 | 0.16 | 87.45 | 0.65 | 0.54 |
| Hex | 8F | D5 | 3C | 21 | 0 | 48 | 10 | 57 | 41 | 36 |
| Octal | 217 | 325 | 74 | 41 | 0 | 110 | 20 | 127 | 101 | 66 |
| Binary | 10001111 | 11010101 | 111100 | 100001 | 0 | 1001000 | 10000 | 1010111 | 1000001 | 110110 |
Color Harmonies of #8FD53C
Complementary color
Monochromatic Colors of #8FD53C
Black with #8FD53C
Text Example
Text Example
White with #8FD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD53C; }
p { color: rgb(143,213,60); }
H1.HeaderClassName
{
color: #8FD53C;
}
.AnyTagClassName
{
color: #8FD53C;
}
</style>
background-color css
<style>
a { background-color: #8FD53C; }
a { background-color: rgb(143,213,60); }
div.DivClassName
{
background-color: #8FD53C;
}
.BgClassName
{
background-color: #8FD53C;
}
</style>
border-color css
<style>
span { border-color: #8FD53C; }
span { border-color: rgb(143,213,60); }
td.TdClassName
{
border-color: #8FD53C;
}
.TagClassName
{
border-color: #8FD53C;
}
</style>