Shades of Atlantis #8FDA4B
Tints of Atlantis #8FDA4B
RGB
CMYK
RGB Variations
Color information
#8FDA4B (or 0x8FDA4B) is known color: Atlantis. HEX triplet: 8F, DA and 4B. RGB value is (143,218,75). Sum of RGB (Red+Green+Blue) = 143+218+75=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDA4B is #7025B4. Grayscale: #B3B3B3. Windows color (decimal): -7349685 or 4971151. OLE color: 4971151.
HSL color Cylindrical-coordinate representation of color #8FDA4B: hue angle of 91.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FDA4B is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 75 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.15 |
| HSL | 91.47º | 0.66% | 0.57% | - |
| HSV(B) | 91.47º | 0.66% | 0.85% | - |
| XYZ | 37.67 | 56.49 | 15.57 | - |
| YUV | 179.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 75 | 0.34 | 0 | 0.66 | 0.15 | 91.47 | 0.66 | 0.57 |
| Hex | 8F | DA | 4B | 22 | 0 | 42 | F | 5B | 42 | 39 |
| Octal | 217 | 332 | 113 | 42 | 0 | 102 | 17 | 133 | 102 | 71 |
| Binary | 10001111 | 11011010 | 1001011 | 100010 | 0 | 1000010 | 1111 | 1011011 | 1000010 | 111001 |
Color Harmonies of #8FDA4B
Complementary color
Monochromatic Colors of #8FDA4B
Black with #8FDA4B
Text Example
Text Example
White with #8FDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA4B; }
p { color: rgb(143,218,75); }
H1.HeaderClassName
{
color: #8FDA4B;
}
.AnyTagClassName
{
color: #8FDA4B;
}
</style>
background-color css
<style>
a { background-color: #8FDA4B; }
a { background-color: rgb(143,218,75); }
div.DivClassName
{
background-color: #8FDA4B;
}
.BgClassName
{
background-color: #8FDA4B;
}
</style>
border-color css
<style>
span { border-color: #8FDA4B; }
span { border-color: rgb(143,218,75); }
td.TdClassName
{
border-color: #8FDA4B;
}
.TagClassName
{
border-color: #8FDA4B;
}
</style>