Shades of Atlantis #8FED38
Tints of Atlantis #8FED38
RGB
CMYK
RGB Variations
Color information
#8FED38 (or 0x8FED38) is known color: Atlantis. HEX triplet: 8F, ED and 38. RGB value is (143,237,56). Sum of RGB (Red+Green+Blue) = 143+237+56=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED38 is #7012C7. Grayscale: #BCBCBC. Windows color (decimal): -7344840 or 3730831. OLE color: 3730831.
HSL color Cylindrical-coordinate representation of color #8FED38: hue angle of 91.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FED38 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 56 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.07 |
| HSL | 91.16º | 0.83% | 0.57% | - |
| HSV(B) | 91.16º | 0.76% | 0.93% | - |
| XYZ | 42.33 | 66.69 | 14.38 | - |
| YUV | 188.26 | 53.36 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 56 | 0.40 | 0 | 0.76 | 0.07 | 91.16 | 0.83 | 0.57 |
| Hex | 8F | ED | 38 | 28 | 0 | 4C | 7 | 5B | 53 | 39 |
| Octal | 217 | 355 | 70 | 50 | 0 | 114 | 7 | 133 | 123 | 71 |
| Binary | 10001111 | 11101101 | 111000 | 101000 | 0 | 1001100 | 111 | 1011011 | 1010011 | 111001 |
Color Harmonies of #8FED38
Complementary color
Monochromatic Colors of #8FED38
Black with #8FED38
Text Example
Text Example
White with #8FED38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED38; }
p { color: rgb(143,237,56); }
H1.HeaderClassName
{
color: #8FED38;
}
.AnyTagClassName
{
color: #8FED38;
}
</style>
background-color css
<style>
a { background-color: #8FED38; }
a { background-color: rgb(143,237,56); }
div.DivClassName
{
background-color: #8FED38;
}
.BgClassName
{
background-color: #8FED38;
}
</style>
border-color css
<style>
span { border-color: #8FED38; }
span { border-color: rgb(143,237,56); }
td.TdClassName
{
border-color: #8FED38;
}
.TagClassName
{
border-color: #8FED38;
}
</style>