Shades of Atlantis #B0DB38
Tints of Atlantis #B0DB38
RGB
CMYK
RGB Variations
Color information
#B0DB38 (or 0xB0DB38) is known color: Atlantis. HEX triplet: B0, DB and 38. RGB value is (176,219,56). Sum of RGB (Red+Green+Blue) = 176+219+56=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB38 is #4F24C7. Grayscale: #BCBCBC. Windows color (decimal): -5186760 or 3726256. OLE color: 3726256.
HSL color Cylindrical-coordinate representation of color #B0DB38: hue angle of 75.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0DB38 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 56 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.14 |
| HSL | 75.83º | 0.69% | 0.54% | - |
| HSV(B) | 75.83º | 0.74% | 0.86% | - |
| XYZ | 43.95 | 60.18 | 13.04 | - |
| YUV | 187.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 56 | 0.20 | 0 | 0.74 | 0.14 | 75.83 | 0.69 | 0.54 |
| Hex | B0 | DB | 38 | 14 | 0 | 4A | E | 4C | 45 | 36 |
| Octal | 260 | 333 | 70 | 24 | 0 | 112 | 16 | 114 | 105 | 66 |
| Binary | 10110000 | 11011011 | 111000 | 10100 | 0 | 1001010 | 1110 | 1001100 | 1000101 | 110110 |
Color Harmonies of #B0DB38
Complementary color
Monochromatic Colors of #B0DB38
Black with #B0DB38
Text Example
Text Example
White with #B0DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB38; }
p { color: rgb(176,219,56); }
H1.HeaderClassName
{
color: #B0DB38;
}
.AnyTagClassName
{
color: #B0DB38;
}
</style>
background-color css
<style>
a { background-color: #B0DB38; }
a { background-color: rgb(176,219,56); }
div.DivClassName
{
background-color: #B0DB38;
}
.BgClassName
{
background-color: #B0DB38;
}
</style>
border-color css
<style>
span { border-color: #B0DB38; }
span { border-color: rgb(176,219,56); }
td.TdClassName
{
border-color: #B0DB38;
}
.TagClassName
{
border-color: #B0DB38;
}
</style>