Shades of Atlantis #8FD348
Tints of Atlantis #8FD348
RGB
CMYK
RGB Variations
Color information
#8FD348 (or 0x8FD348) is known color: Atlantis. HEX triplet: 8F, D3 and 48. RGB value is (143,211,72). Sum of RGB (Red+Green+Blue) = 143+211+72=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD348 is #702CB7. Grayscale: #AFAFAF. Windows color (decimal): -7351480 or 4772751. OLE color: 4772751.
HSL color Cylindrical-coordinate representation of color #8FD348: hue angle of 89.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FD348 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 72 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.17 |
| HSL | 89.35º | 0.61% | 0.55% | - |
| HSV(B) | 89.35º | 0.66% | 0.83% | - |
| XYZ | 35.79 | 52.9 | 14.45 | - |
| YUV | 174.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 72 | 0.32 | 0 | 0.66 | 0.17 | 89.35 | 0.61 | 0.55 |
| Hex | 8F | D3 | 48 | 20 | 0 | 42 | 11 | 59 | 3D | 37 |
| Octal | 217 | 323 | 110 | 40 | 0 | 102 | 21 | 131 | 75 | 67 |
| Binary | 10001111 | 11010011 | 1001000 | 100000 | 0 | 1000010 | 10001 | 1011001 | 111101 | 110111 |
Color Harmonies of #8FD348
Complementary color
Monochromatic Colors of #8FD348
Black with #8FD348
Text Example
Text Example
White with #8FD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD348; }
p { color: rgb(143,211,72); }
H1.HeaderClassName
{
color: #8FD348;
}
.AnyTagClassName
{
color: #8FD348;
}
</style>
background-color css
<style>
a { background-color: #8FD348; }
a { background-color: rgb(143,211,72); }
div.DivClassName
{
background-color: #8FD348;
}
.BgClassName
{
background-color: #8FD348;
}
</style>
border-color css
<style>
span { border-color: #8FD348; }
span { border-color: rgb(143,211,72); }
td.TdClassName
{
border-color: #8FD348;
}
.TagClassName
{
border-color: #8FD348;
}
</style>