Shades of Atlantis #B0D03D
Tints of Atlantis #B0D03D
RGB
CMYK
RGB Variations
Color information
#B0D03D (or 0xB0D03D) is known color: Atlantis. HEX triplet: B0, D0 and 3D. RGB value is (176,208,61). Sum of RGB (Red+Green+Blue) = 176+208+61=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D03D is #4F2FC2. Grayscale: #B6B6B6. Windows color (decimal): -5189571 or 4051120. OLE color: 4051120.
HSL color Cylindrical-coordinate representation of color #B0D03D: hue angle of 73.06º degrees, saturation: 0.61, 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 #B0D03D is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 61 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.18 |
| HSL | 73.06º | 0.61% | 0.53% | - |
| HSV(B) | 73.06º | 0.71% | 0.82% | - |
| XYZ | 41.3 | 54.68 | 12.79 | - |
| YUV | 181.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 61 | 0.15 | 0 | 0.71 | 0.18 | 73.06 | 0.61 | 0.53 |
| Hex | B0 | D0 | 3D | F | 0 | 47 | 12 | 49 | 3D | 35 |
| Octal | 260 | 320 | 75 | 17 | 0 | 107 | 22 | 111 | 75 | 65 |
| Binary | 10110000 | 11010000 | 111101 | 1111 | 0 | 1000111 | 10010 | 1001001 | 111101 | 110101 |
Color Harmonies of #B0D03D
Complementary color
Monochromatic Colors of #B0D03D
Black with #B0D03D
Text Example
Text Example
White with #B0D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D03D; }
p { color: rgb(176,208,61); }
H1.HeaderClassName
{
color: #B0D03D;
}
.AnyTagClassName
{
color: #B0D03D;
}
</style>
background-color css
<style>
a { background-color: #B0D03D; }
a { background-color: rgb(176,208,61); }
div.DivClassName
{
background-color: #B0D03D;
}
.BgClassName
{
background-color: #B0D03D;
}
</style>
border-color css
<style>
span { border-color: #B0D03D; }
span { border-color: rgb(176,208,61); }
td.TdClassName
{
border-color: #B0D03D;
}
.TagClassName
{
border-color: #B0D03D;
}
</style>