Shades of Atlantis #8FC73D
Tints of Atlantis #8FC73D
RGB
CMYK
RGB Variations
Color information
#8FC73D (or 0x8FC73D) is known color: Atlantis. HEX triplet: 8F, C7 and 3D. RGB value is (143,199,61). Sum of RGB (Red+Green+Blue) = 143+199+61=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC73D is #7038C2. Grayscale: #A7A7A7. Windows color (decimal): -7354563 or 4048783. OLE color: 4048783.
HSL color Cylindrical-coordinate representation of color #8FC73D: hue angle of 84.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FC73D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 61 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.22 |
| HSL | 84.35º | 0.55% | 0.51% | - |
| HSV(B) | 84.35º | 0.69% | 0.78% | - |
| XYZ | 32.59 | 47.02 | 11.77 | - |
| YUV | 166.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 61 | 0.28 | 0 | 0.69 | 0.22 | 84.35 | 0.55 | 0.51 |
| Hex | 8F | C7 | 3D | 1C | 0 | 45 | 16 | 54 | 37 | 33 |
| Octal | 217 | 307 | 75 | 34 | 0 | 105 | 26 | 124 | 67 | 63 |
| Binary | 10001111 | 11000111 | 111101 | 11100 | 0 | 1000101 | 10110 | 1010100 | 110111 | 110011 |
Color Harmonies of #8FC73D
Complementary color
Monochromatic Colors of #8FC73D
Black with #8FC73D
Text Example
Text Example
White with #8FC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC73D; }
p { color: rgb(143,199,61); }
H1.HeaderClassName
{
color: #8FC73D;
}
.AnyTagClassName
{
color: #8FC73D;
}
</style>
background-color css
<style>
a { background-color: #8FC73D; }
a { background-color: rgb(143,199,61); }
div.DivClassName
{
background-color: #8FC73D;
}
.BgClassName
{
background-color: #8FC73D;
}
</style>
border-color css
<style>
span { border-color: #8FC73D; }
span { border-color: rgb(143,199,61); }
td.TdClassName
{
border-color: #8FC73D;
}
.TagClassName
{
border-color: #8FC73D;
}
</style>