Shades of Atlantis #7BE235
Tints of Atlantis #7BE235
RGB
CMYK
RGB Variations
Color information
#7BE235 (or 0x7BE235) is known color: Atlantis. HEX triplet: 7B, E2 and 35. RGB value is (123,226,53). Sum of RGB (Red+Green+Blue) = 123+226+53=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 226 (88.67% from 255 or 56.22% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE235 is #841DCA. Grayscale: #B0B0B0. Windows color (decimal): -8658379 or 3531387. OLE color: 3531387.
HSL color Cylindrical-coordinate representation of color #7BE235: hue angle of 95.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BE235 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 226 | 53 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.11 |
| HSL | 95.72º | 0.75% | 0.55% | - |
| HSV(B) | 95.72º | 0.77% | 0.89% | - |
| XYZ | 36.01 | 58.86 | 12.83 | - |
| YUV | 175.48 | 58.88 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 226 | 53 | 0.46 | 0 | 0.77 | 0.11 | 95.72 | 0.75 | 0.55 |
| Hex | 7B | E2 | 35 | 2E | 0 | 4D | B | 60 | 4B | 37 |
| Octal | 173 | 342 | 65 | 56 | 0 | 115 | 13 | 140 | 113 | 67 |
| Binary | 1111011 | 11100010 | 110101 | 101110 | 0 | 1001101 | 1011 | 1100000 | 1001011 | 110111 |
Color Harmonies of #7BE235
Complementary color
Monochromatic Colors of #7BE235
Black with #7BE235
Text Example
Text Example
White with #7BE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE235; }
p { color: rgb(123,226,53); }
H1.HeaderClassName
{
color: #7BE235;
}
.AnyTagClassName
{
color: #7BE235;
}
</style>
background-color css
<style>
a { background-color: #7BE235; }
a { background-color: rgb(123,226,53); }
div.DivClassName
{
background-color: #7BE235;
}
.BgClassName
{
background-color: #7BE235;
}
</style>
border-color css
<style>
span { border-color: #7BE235; }
span { border-color: rgb(123,226,53); }
td.TdClassName
{
border-color: #7BE235;
}
.TagClassName
{
border-color: #7BE235;
}
</style>