Shades of Atlantis #B0D23C
Tints of Atlantis #B0D23C
RGB
CMYK
RGB Variations
Color information
#B0D23C (or 0xB0D23C) is known color: Atlantis. HEX triplet: B0, D2 and 3C. RGB value is (176,210,60). Sum of RGB (Red+Green+Blue) = 176+210+60=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D23C is #4F2DC3. Grayscale: #B7B7B7. Windows color (decimal): -5189060 or 3986096. OLE color: 3986096.
HSL color Cylindrical-coordinate representation of color #B0D23C: hue angle of 73.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0D23C is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 60 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.18 |
| HSL | 73.6º | 0.63% | 0.53% | - |
| HSV(B) | 73.6º | 0.71% | 0.82% | - |
| XYZ | 41.77 | 55.65 | 12.82 | - |
| YUV | 182.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 60 | 0.16 | 0 | 0.71 | 0.18 | 73.6 | 0.63 | 0.53 |
| Hex | B0 | D2 | 3C | 10 | 0 | 47 | 12 | 4A | 3E | 35 |
| Octal | 260 | 322 | 74 | 20 | 0 | 107 | 22 | 112 | 76 | 65 |
| Binary | 10110000 | 11010010 | 111100 | 10000 | 0 | 1000111 | 10010 | 1001010 | 111110 | 110101 |
Color Harmonies of #B0D23C
Complementary color
Monochromatic Colors of #B0D23C
Black with #B0D23C
Text Example
Text Example
White with #B0D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D23C; }
p { color: rgb(176,210,60); }
H1.HeaderClassName
{
color: #B0D23C;
}
.AnyTagClassName
{
color: #B0D23C;
}
</style>
background-color css
<style>
a { background-color: #B0D23C; }
a { background-color: rgb(176,210,60); }
div.DivClassName
{
background-color: #B0D23C;
}
.BgClassName
{
background-color: #B0D23C;
}
</style>
border-color css
<style>
span { border-color: #B0D23C; }
span { border-color: rgb(176,210,60); }
td.TdClassName
{
border-color: #B0D23C;
}
.TagClassName
{
border-color: #B0D23C;
}
</style>