Shades of Atlantis #B0D539
Tints of Atlantis #B0D539
RGB
CMYK
RGB Variations
Color information
#B0D539 (or 0xB0D539) is known color: Atlantis. HEX triplet: B0, D5 and 39. RGB value is (176,213,57). Sum of RGB (Red+Green+Blue) = 176+213+57=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D539 is #4F2AC6. Grayscale: #B8B8B8. Windows color (decimal): -5188295 or 3790256. OLE color: 3790256.
HSL color Cylindrical-coordinate representation of color #B0D539: hue angle of 74.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0D539 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 57 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.16 |
| HSL | 74.23º | 0.65% | 0.53% | - |
| HSV(B) | 74.23º | 0.73% | 0.84% | - |
| XYZ | 42.44 | 57.11 | 12.66 | - |
| YUV | 184.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 57 | 0.17 | 0 | 0.73 | 0.16 | 74.23 | 0.65 | 0.53 |
| Hex | B0 | D5 | 39 | 11 | 0 | 49 | 10 | 4A | 41 | 35 |
| Octal | 260 | 325 | 71 | 21 | 0 | 111 | 20 | 112 | 101 | 65 |
| Binary | 10110000 | 11010101 | 111001 | 10001 | 0 | 1001001 | 10000 | 1001010 | 1000001 | 110101 |
Color Harmonies of #B0D539
Complementary color
Monochromatic Colors of #B0D539
Black with #B0D539
Text Example
Text Example
White with #B0D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D539; }
p { color: rgb(176,213,57); }
H1.HeaderClassName
{
color: #B0D539;
}
.AnyTagClassName
{
color: #B0D539;
}
</style>
background-color css
<style>
a { background-color: #B0D539; }
a { background-color: rgb(176,213,57); }
div.DivClassName
{
background-color: #B0D539;
}
.BgClassName
{
background-color: #B0D539;
}
</style>
border-color css
<style>
span { border-color: #B0D539; }
span { border-color: rgb(176,213,57); }
td.TdClassName
{
border-color: #B0D539;
}
.TagClassName
{
border-color: #B0D539;
}
</style>