Shades of Atlantis #8FDF4B
Tints of Atlantis #8FDF4B
RGB
CMYK
RGB Variations
Color information
#8FDF4B (or 0x8FDF4B) is known color: Atlantis. HEX triplet: 8F, DF and 4B. RGB value is (143,223,75). Sum of RGB (Red+Green+Blue) = 143+223+75=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDF4B is #7020B4. Grayscale: #B6B6B6. Windows color (decimal): -7348405 or 4972431. OLE color: 4972431.
HSL color Cylindrical-coordinate representation of color #8FDF4B: hue angle of 92.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FDF4B is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 75 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.13 |
| HSL | 92.43º | 0.7% | 0.58% | - |
| HSV(B) | 92.43º | 0.66% | 0.87% | - |
| XYZ | 38.99 | 59.12 | 16.01 | - |
| YUV | 182.21 | 67.5 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 75 | 0.36 | 0 | 0.66 | 0.13 | 92.43 | 0.7 | 0.58 |
| Hex | 8F | DF | 4B | 24 | 0 | 42 | D | 5C | 46 | 3A |
| Octal | 217 | 337 | 113 | 44 | 0 | 102 | 15 | 134 | 106 | 72 |
| Binary | 10001111 | 11011111 | 1001011 | 100100 | 0 | 1000010 | 1101 | 1011100 | 1000110 | 111010 |
Color Harmonies of #8FDF4B
Complementary color
Monochromatic Colors of #8FDF4B
Black with #8FDF4B
Text Example
Text Example
White with #8FDF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF4B; }
p { color: rgb(143,223,75); }
H1.HeaderClassName
{
color: #8FDF4B;
}
.AnyTagClassName
{
color: #8FDF4B;
}
</style>
background-color css
<style>
a { background-color: #8FDF4B; }
a { background-color: rgb(143,223,75); }
div.DivClassName
{
background-color: #8FDF4B;
}
.BgClassName
{
background-color: #8FDF4B;
}
</style>
border-color css
<style>
span { border-color: #8FDF4B; }
span { border-color: rgb(143,223,75); }
td.TdClassName
{
border-color: #8FDF4B;
}
.TagClassName
{
border-color: #8FDF4B;
}
</style>