Shades of Atlantis #8BF04B
Tints of Atlantis #8BF04B
RGB
CMYK
RGB Variations
Color information
#8BF04B (or 0x8BF04B) is known color: Atlantis. HEX triplet: 8B, F0 and 4B. RGB value is (139,240,75). Sum of RGB (Red+Green+Blue) = 139+240+75=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF04B is #740FB4. Grayscale: #BFBFBF. Windows color (decimal): -7606197 or 4976779. OLE color: 4976779.
HSL color Cylindrical-coordinate representation of color #8BF04B: hue angle of 96.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BF04B is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 75 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.06 |
| HSL | 96.73º | 0.85% | 0.62% | - |
| HSV(B) | 96.73º | 0.69% | 0.94% | - |
| XYZ | 43.08 | 68.32 | 17.57 | - |
| YUV | 190.99 | 62.54 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 75 | 0.42 | 0 | 0.69 | 0.06 | 96.73 | 0.85 | 0.62 |
| Hex | 8B | F0 | 4B | 2A | 0 | 45 | 6 | 61 | 55 | 3E |
| Octal | 213 | 360 | 113 | 52 | 0 | 105 | 6 | 141 | 125 | 76 |
| Binary | 10001011 | 11110000 | 1001011 | 101010 | 0 | 1000101 | 110 | 1100001 | 1010101 | 111110 |
Color Harmonies of #8BF04B
Complementary color
Monochromatic Colors of #8BF04B
Black with #8BF04B
Text Example
Text Example
White with #8BF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF04B; }
p { color: rgb(139,240,75); }
H1.HeaderClassName
{
color: #8BF04B;
}
.AnyTagClassName
{
color: #8BF04B;
}
</style>
background-color css
<style>
a { background-color: #8BF04B; }
a { background-color: rgb(139,240,75); }
div.DivClassName
{
background-color: #8BF04B;
}
.BgClassName
{
background-color: #8BF04B;
}
</style>
border-color css
<style>
span { border-color: #8BF04B; }
span { border-color: rgb(139,240,75); }
td.TdClassName
{
border-color: #8BF04B;
}
.TagClassName
{
border-color: #8BF04B;
}
</style>