Shades of Atlantis #8FC741
Tints of Atlantis #8FC741
RGB
CMYK
RGB Variations
Color information
#8FC741 (or 0x8FC741) is known color: Atlantis. HEX triplet: 8F, C7 and 41. RGB value is (143,199,65). Sum of RGB (Red+Green+Blue) = 143+199+65=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC741 is #7038BE. Grayscale: #A7A7A7. Windows color (decimal): -7354559 or 4310927. OLE color: 4310927.
HSL color Cylindrical-coordinate representation of color #8FC741: hue angle of 85.07º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FC741 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 65 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.22 |
| HSL | 85.07º | 0.54% | 0.52% | - |
| HSV(B) | 85.07º | 0.67% | 0.78% | - |
| XYZ | 32.71 | 47.07 | 12.36 | - |
| YUV | 166.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 65 | 0.28 | 0 | 0.67 | 0.22 | 85.07 | 0.54 | 0.52 |
| Hex | 8F | C7 | 41 | 1C | 0 | 43 | 16 | 55 | 36 | 34 |
| Octal | 217 | 307 | 101 | 34 | 0 | 103 | 26 | 125 | 66 | 64 |
| Binary | 10001111 | 11000111 | 1000001 | 11100 | 0 | 1000011 | 10110 | 1010101 | 110110 | 110100 |
Color Harmonies of #8FC741
Complementary color
Monochromatic Colors of #8FC741
Black with #8FC741
Text Example
Text Example
White with #8FC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC741; }
p { color: rgb(143,199,65); }
H1.HeaderClassName
{
color: #8FC741;
}
.AnyTagClassName
{
color: #8FC741;
}
</style>
background-color css
<style>
a { background-color: #8FC741; }
a { background-color: rgb(143,199,65); }
div.DivClassName
{
background-color: #8FC741;
}
.BgClassName
{
background-color: #8FC741;
}
</style>
border-color css
<style>
span { border-color: #8FC741; }
span { border-color: rgb(143,199,65); }
td.TdClassName
{
border-color: #8FC741;
}
.TagClassName
{
border-color: #8FC741;
}
</style>