Shades of Atlantis #8BE74B
Tints of Atlantis #8BE74B
RGB
CMYK
RGB Variations
Color information
#8BE74B (or 0x8BE74B) is known color: Atlantis. HEX triplet: 8B, E7 and 4B. RGB value is (139,231,75). Sum of RGB (Red+Green+Blue) = 139+231+75=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BE74B is #7418B4. Grayscale: #BABABA. Windows color (decimal): -7608501 or 4974475. OLE color: 4974475.
HSL color Cylindrical-coordinate representation of color #8BE74B: hue angle of 95.38º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BE74B is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 75 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.09 |
| HSL | 95.38º | 0.76% | 0.6% | - |
| HSV(B) | 95.38º | 0.68% | 0.91% | - |
| XYZ | 40.49 | 63.15 | 16.71 | - |
| YUV | 185.71 | 65.52 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 75 | 0.40 | 0 | 0.68 | 0.09 | 95.38 | 0.76 | 0.6 |
| Hex | 8B | E7 | 4B | 28 | 0 | 44 | 9 | 5F | 4C | 3C |
| Octal | 213 | 347 | 113 | 50 | 0 | 104 | 11 | 137 | 114 | 74 |
| Binary | 10001011 | 11100111 | 1001011 | 101000 | 0 | 1000100 | 1001 | 1011111 | 1001100 | 111100 |
Color Harmonies of #8BE74B
Complementary color
Monochromatic Colors of #8BE74B
Black with #8BE74B
Text Example
Text Example
White with #8BE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE74B; }
p { color: rgb(139,231,75); }
H1.HeaderClassName
{
color: #8BE74B;
}
.AnyTagClassName
{
color: #8BE74B;
}
</style>
background-color css
<style>
a { background-color: #8BE74B; }
a { background-color: rgb(139,231,75); }
div.DivClassName
{
background-color: #8BE74B;
}
.BgClassName
{
background-color: #8BE74B;
}
</style>
border-color css
<style>
span { border-color: #8BE74B; }
span { border-color: rgb(139,231,75); }
td.TdClassName
{
border-color: #8BE74B;
}
.TagClassName
{
border-color: #8BE74B;
}
</style>