Shades of Atlantis #B0D83A
Tints of Atlantis #B0D83A
RGB
CMYK
RGB Variations
Color information
#B0D83A (or 0xB0D83A) is known color: Atlantis. HEX triplet: B0, D8 and 3A. RGB value is (176,216,58). Sum of RGB (Red+Green+Blue) = 176+216+58=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D83A is #4F27C5. Grayscale: #BABABA. Windows color (decimal): -5187526 or 3856560. OLE color: 3856560.
HSL color Cylindrical-coordinate representation of color #B0D83A: hue angle of 75.19º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0D83A is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 58 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.15 |
| HSL | 75.19º | 0.67% | 0.54% | - |
| HSV(B) | 75.19º | 0.73% | 0.85% | - |
| XYZ | 43.22 | 58.65 | 13.04 | - |
| YUV | 186.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 58 | 0.19 | 0 | 0.73 | 0.15 | 75.19 | 0.67 | 0.54 |
| Hex | B0 | D8 | 3A | 13 | 0 | 49 | F | 4B | 43 | 36 |
| Octal | 260 | 330 | 72 | 23 | 0 | 111 | 17 | 113 | 103 | 66 |
| Binary | 10110000 | 11011000 | 111010 | 10011 | 0 | 1001001 | 1111 | 1001011 | 1000011 | 110110 |
Color Harmonies of #B0D83A
Complementary color
Monochromatic Colors of #B0D83A
Black with #B0D83A
Text Example
Text Example
White with #B0D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D83A; }
p { color: rgb(176,216,58); }
H1.HeaderClassName
{
color: #B0D83A;
}
.AnyTagClassName
{
color: #B0D83A;
}
</style>
background-color css
<style>
a { background-color: #B0D83A; }
a { background-color: rgb(176,216,58); }
div.DivClassName
{
background-color: #B0D83A;
}
.BgClassName
{
background-color: #B0D83A;
}
</style>
border-color css
<style>
span { border-color: #B0D83A; }
span { border-color: rgb(176,216,58); }
td.TdClassName
{
border-color: #B0D83A;
}
.TagClassName
{
border-color: #B0D83A;
}
</style>