Shades of Atlantis #8FC74B
Tints of Atlantis #8FC74B
RGB
CMYK
RGB Variations
Color information
#8FC74B (or 0x8FC74B) is known color: Atlantis. HEX triplet: 8F, C7 and 4B. RGB value is (143,199,75). Sum of RGB (Red+Green+Blue) = 143+199+75=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC74B is #7038B4. Grayscale: #A8A8A8. Windows color (decimal): -7354549 or 4966287. OLE color: 4966287.
HSL color Cylindrical-coordinate representation of color #8FC74B: hue angle of 87.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FC74B is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 75 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.22 |
| HSL | 87.1º | 0.53% | 0.54% | - |
| HSV(B) | 87.1º | 0.62% | 0.78% | - |
| XYZ | 33.02 | 47.19 | 14.03 | - |
| YUV | 168.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 75 | 0.28 | 0 | 0.62 | 0.22 | 87.1 | 0.53 | 0.54 |
| Hex | 8F | C7 | 4B | 1C | 0 | 3E | 16 | 57 | 35 | 36 |
| Octal | 217 | 307 | 113 | 34 | 0 | 76 | 26 | 127 | 65 | 66 |
| Binary | 10001111 | 11000111 | 1001011 | 11100 | 0 | 111110 | 10110 | 1010111 | 110101 | 110110 |
Color Harmonies of #8FC74B
Complementary color
Monochromatic Colors of #8FC74B
Black with #8FC74B
Text Example
Text Example
White with #8FC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC74B; }
p { color: rgb(143,199,75); }
H1.HeaderClassName
{
color: #8FC74B;
}
.AnyTagClassName
{
color: #8FC74B;
}
</style>
background-color css
<style>
a { background-color: #8FC74B; }
a { background-color: rgb(143,199,75); }
div.DivClassName
{
background-color: #8FC74B;
}
.BgClassName
{
background-color: #8FC74B;
}
</style>
border-color css
<style>
span { border-color: #8FC74B; }
span { border-color: rgb(143,199,75); }
td.TdClassName
{
border-color: #8FC74B;
}
.TagClassName
{
border-color: #8FC74B;
}
</style>