Shades of Atlantis #7BDA37
Tints of Atlantis #7BDA37
RGB
CMYK
RGB Variations
Color information
#7BDA37 (or 0x7BDA37) is known color: Atlantis. HEX triplet: 7B, DA and 37. RGB value is (123,218,55). Sum of RGB (Red+Green+Blue) = 123+218+55=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDA37 is #8425C8. Grayscale: #ABABAB. Windows color (decimal): -8660425 or 3660411. OLE color: 3660411.
HSL color Cylindrical-coordinate representation of color #7BDA37: hue angle of 94.97º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BDA37 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 55 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.15 |
| HSL | 94.97º | 0.69% | 0.54% | - |
| HSV(B) | 94.97º | 0.75% | 0.85% | - |
| XYZ | 33.93 | 54.63 | 12.37 | - |
| YUV | 171.01 | 62.53 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 55 | 0.44 | 0 | 0.75 | 0.15 | 94.97 | 0.69 | 0.54 |
| Hex | 7B | DA | 37 | 2C | 0 | 4B | F | 5F | 45 | 36 |
| Octal | 173 | 332 | 67 | 54 | 0 | 113 | 17 | 137 | 105 | 66 |
| Binary | 1111011 | 11011010 | 110111 | 101100 | 0 | 1001011 | 1111 | 1011111 | 1000101 | 110110 |
Color Harmonies of #7BDA37
Complementary color
Monochromatic Colors of #7BDA37
Black with #7BDA37
Text Example
Text Example
White with #7BDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA37; }
p { color: rgb(123,218,55); }
H1.HeaderClassName
{
color: #7BDA37;
}
.AnyTagClassName
{
color: #7BDA37;
}
</style>
background-color css
<style>
a { background-color: #7BDA37; }
a { background-color: rgb(123,218,55); }
div.DivClassName
{
background-color: #7BDA37;
}
.BgClassName
{
background-color: #7BDA37;
}
</style>
border-color css
<style>
span { border-color: #7BDA37; }
span { border-color: rgb(123,218,55); }
td.TdClassName
{
border-color: #7BDA37;
}
.TagClassName
{
border-color: #7BDA37;
}
</style>