Shades of Atlantis #7BDC37
Tints of Atlantis #7BDC37
RGB
CMYK
RGB Variations
Color information
#7BDC37 (or 0x7BDC37) is known color: Atlantis. HEX triplet: 7B, DC and 37. RGB value is (123,220,55). Sum of RGB (Red+Green+Blue) = 123+220+55=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDC37 is #8423C8. Grayscale: #ACACAC. Windows color (decimal): -8659913 or 3660923. OLE color: 3660923.
HSL color Cylindrical-coordinate representation of color #7BDC37: hue angle of 95.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BDC37 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 55 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.14 |
| HSL | 95.27º | 0.7% | 0.54% | - |
| HSV(B) | 95.27º | 0.75% | 0.86% | - |
| XYZ | 34.45 | 55.67 | 12.54 | - |
| YUV | 172.19 | 61.86 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 55 | 0.44 | 0 | 0.75 | 0.14 | 95.27 | 0.7 | 0.54 |
| Hex | 7B | DC | 37 | 2C | 0 | 4B | E | 5F | 46 | 36 |
| Octal | 173 | 334 | 67 | 54 | 0 | 113 | 16 | 137 | 106 | 66 |
| Binary | 1111011 | 11011100 | 110111 | 101100 | 0 | 1001011 | 1110 | 1011111 | 1000110 | 110110 |
Color Harmonies of #7BDC37
Complementary color
Monochromatic Colors of #7BDC37
Black with #7BDC37
Text Example
Text Example
White with #7BDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC37; }
p { color: rgb(123,220,55); }
H1.HeaderClassName
{
color: #7BDC37;
}
.AnyTagClassName
{
color: #7BDC37;
}
</style>
background-color css
<style>
a { background-color: #7BDC37; }
a { background-color: rgb(123,220,55); }
div.DivClassName
{
background-color: #7BDC37;
}
.BgClassName
{
background-color: #7BDC37;
}
</style>
border-color css
<style>
span { border-color: #7BDC37; }
span { border-color: rgb(123,220,55); }
td.TdClassName
{
border-color: #7BDC37;
}
.TagClassName
{
border-color: #7BDC37;
}
</style>