Shades of Atlantis #8FEB30
Tints of Atlantis #8FEB30
RGB
CMYK
RGB Variations
Color information
#8FEB30 (or 0x8FEB30) is known color: Atlantis. HEX triplet: 8F, EB and 30. RGB value is (143,235,48). Sum of RGB (Red+Green+Blue) = 143+235+48=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 235 (92.19% from 255 or 55.16% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB30 is #7014CF. Grayscale: #BABABA. Windows color (decimal): -7345360 or 3206031. OLE color: 3206031.
HSL color Cylindrical-coordinate representation of color #8FEB30: hue angle of 89.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FEB30 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 48 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.08 |
| HSL | 89.52º | 0.82% | 0.55% | - |
| HSV(B) | 89.52º | 0.8% | 0.92% | - |
| XYZ | 41.57 | 65.47 | 13.24 | - |
| YUV | 186.17 | 50.02 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 48 | 0.39 | 0 | 0.80 | 0.08 | 89.52 | 0.82 | 0.55 |
| Hex | 8F | EB | 30 | 27 | 0 | 50 | 8 | 5A | 52 | 37 |
| Octal | 217 | 353 | 60 | 47 | 0 | 120 | 10 | 132 | 122 | 67 |
| Binary | 10001111 | 11101011 | 110000 | 100111 | 0 | 1010000 | 1000 | 1011010 | 1010010 | 110111 |
Color Harmonies of #8FEB30
Complementary color
Monochromatic Colors of #8FEB30
Black with #8FEB30
Text Example
Text Example
White with #8FEB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB30; }
p { color: rgb(143,235,48); }
H1.HeaderClassName
{
color: #8FEB30;
}
.AnyTagClassName
{
color: #8FEB30;
}
</style>
background-color css
<style>
a { background-color: #8FEB30; }
a { background-color: rgb(143,235,48); }
div.DivClassName
{
background-color: #8FEB30;
}
.BgClassName
{
background-color: #8FEB30;
}
</style>
border-color css
<style>
span { border-color: #8FEB30; }
span { border-color: rgb(143,235,48); }
td.TdClassName
{
border-color: #8FEB30;
}
.TagClassName
{
border-color: #8FEB30;
}
</style>