Shades of Atlantis #8FD741
Tints of Atlantis #8FD741
RGB
CMYK
RGB Variations
Color information
#8FD741 (or 0x8FD741) is known color: Atlantis. HEX triplet: 8F, D7 and 41. RGB value is (143,215,65). Sum of RGB (Red+Green+Blue) = 143+215+65=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD741 is #7028BE. Grayscale: #B0B0B0. Windows color (decimal): -7350463 or 4315023. OLE color: 4315023.
HSL color Cylindrical-coordinate representation of color #8FD741: hue angle of 88.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FD741 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 65 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.16 |
| HSL | 88.8º | 0.65% | 0.55% | - |
| HSV(B) | 88.8º | 0.7% | 0.84% | - |
| XYZ | 36.58 | 54.82 | 13.65 | - |
| YUV | 176.37 | 65.15 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 65 | 0.33 | 0 | 0.70 | 0.16 | 88.8 | 0.65 | 0.55 |
| Hex | 8F | D7 | 41 | 21 | 0 | 46 | 10 | 59 | 41 | 37 |
| Octal | 217 | 327 | 101 | 41 | 0 | 106 | 20 | 131 | 101 | 67 |
| Binary | 10001111 | 11010111 | 1000001 | 100001 | 0 | 1000110 | 10000 | 1011001 | 1000001 | 110111 |
Color Harmonies of #8FD741
Complementary color
Monochromatic Colors of #8FD741
Black with #8FD741
Text Example
Text Example
White with #8FD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD741; }
p { color: rgb(143,215,65); }
H1.HeaderClassName
{
color: #8FD741;
}
.AnyTagClassName
{
color: #8FD741;
}
</style>
background-color css
<style>
a { background-color: #8FD741; }
a { background-color: rgb(143,215,65); }
div.DivClassName
{
background-color: #8FD741;
}
.BgClassName
{
background-color: #8FD741;
}
</style>
border-color css
<style>
span { border-color: #8FD741; }
span { border-color: rgb(143,215,65); }
td.TdClassName
{
border-color: #8FD741;
}
.TagClassName
{
border-color: #8FD741;
}
</style>