Shades of Atlantis #7BE137
Tints of Atlantis #7BE137
RGB
CMYK
RGB Variations
Color information
#7BE137 (or 0x7BE137) is known color: Atlantis. HEX triplet: 7B, E1 and 37. RGB value is (123,225,55). Sum of RGB (Red+Green+Blue) = 123+225+55=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 225 (88.28% from 255 or 55.83% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE137 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE137 is #841EC8. Grayscale: #AFAFAF. Windows color (decimal): -8658633 or 3662203. OLE color: 3662203.
HSL color Cylindrical-coordinate representation of color #7BE137: hue angle of 96º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BE137 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 225 | 55 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.12 |
| HSL | 96º | 0.74% | 0.55% | - |
| HSV(B) | 96º | 0.76% | 0.88% | - |
| XYZ | 35.78 | 58.34 | 12.99 | - |
| YUV | 175.12 | 60.21 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 225 | 55 | 0.45 | 0 | 0.76 | 0.12 | 96 | 0.74 | 0.55 |
| Hex | 7B | E1 | 37 | 2D | 0 | 4C | C | 60 | 4A | 37 |
| Octal | 173 | 341 | 67 | 55 | 0 | 114 | 14 | 140 | 112 | 67 |
| Binary | 1111011 | 11100001 | 110111 | 101101 | 0 | 1001100 | 1100 | 1100000 | 1001010 | 110111 |
Color Harmonies of #7BE137
Complementary color
Monochromatic Colors of #7BE137
Black with #7BE137
Text Example
Text Example
White with #7BE137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE137; }
p { color: rgb(123,225,55); }
H1.HeaderClassName
{
color: #7BE137;
}
.AnyTagClassName
{
color: #7BE137;
}
</style>
background-color css
<style>
a { background-color: #7BE137; }
a { background-color: rgb(123,225,55); }
div.DivClassName
{
background-color: #7BE137;
}
.BgClassName
{
background-color: #7BE137;
}
</style>
border-color css
<style>
span { border-color: #7BE137; }
span { border-color: rgb(123,225,55); }
td.TdClassName
{
border-color: #7BE137;
}
.TagClassName
{
border-color: #7BE137;
}
</style>