Shades of Atlantis #8FEB4B
Tints of Atlantis #8FEB4B
RGB
CMYK
RGB Variations
Color information
#8FEB4B (or 0x8FEB4B) is known color: Atlantis. HEX triplet: 8F, EB and 4B. RGB value is (143,235,75). Sum of RGB (Red+Green+Blue) = 143+235+75=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB4B is #7014B4. Grayscale: #BDBDBD. Windows color (decimal): -7345333 or 4975503. OLE color: 4975503.
HSL color Cylindrical-coordinate representation of color #8FEB4B: hue angle of 94.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FEB4B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 75 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.08 |
| HSL | 94.5º | 0.8% | 0.61% | - |
| HSV(B) | 94.5º | 0.68% | 0.92% | - |
| XYZ | 42.31 | 65.76 | 17.12 | - |
| YUV | 189.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 75 | 0.39 | 0 | 0.68 | 0.08 | 94.5 | 0.8 | 0.61 |
| Hex | 8F | EB | 4B | 27 | 0 | 44 | 8 | 5E | 50 | 3D |
| Octal | 217 | 353 | 113 | 47 | 0 | 104 | 10 | 136 | 120 | 75 |
| Binary | 10001111 | 11101011 | 1001011 | 100111 | 0 | 1000100 | 1000 | 1011110 | 1010000 | 111101 |
Color Harmonies of #8FEB4B
Complementary color
Monochromatic Colors of #8FEB4B
Black with #8FEB4B
Text Example
Text Example
White with #8FEB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB4B; }
p { color: rgb(143,235,75); }
H1.HeaderClassName
{
color: #8FEB4B;
}
.AnyTagClassName
{
color: #8FEB4B;
}
</style>
background-color css
<style>
a { background-color: #8FEB4B; }
a { background-color: rgb(143,235,75); }
div.DivClassName
{
background-color: #8FEB4B;
}
.BgClassName
{
background-color: #8FEB4B;
}
</style>
border-color css
<style>
span { border-color: #8FEB4B; }
span { border-color: rgb(143,235,75); }
td.TdClassName
{
border-color: #8FEB4B;
}
.TagClassName
{
border-color: #8FEB4B;
}
</style>