Shades of Atlantis #7BE035
Tints of Atlantis #7BE035
RGB
CMYK
RGB Variations
Color information
#7BE035 (or 0x7BE035) is known color: Atlantis. HEX triplet: 7B, E0 and 35. RGB value is (123,224,53). Sum of RGB (Red+Green+Blue) = 123+224+53=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE035 is #841FCA. Grayscale: #AEAEAE. Windows color (decimal): -8658891 or 3530875. OLE color: 3530875.
HSL color Cylindrical-coordinate representation of color #7BE035: hue angle of 95.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BE035 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 53 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.12 |
| HSL | 95.44º | 0.73% | 0.54% | - |
| HSV(B) | 95.44º | 0.76% | 0.88% | - |
| XYZ | 35.47 | 57.78 | 12.65 | - |
| YUV | 174.31 | 59.54 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 53 | 0.45 | 0 | 0.76 | 0.12 | 95.44 | 0.73 | 0.54 |
| Hex | 7B | E0 | 35 | 2D | 0 | 4C | C | 5F | 49 | 36 |
| Octal | 173 | 340 | 65 | 55 | 0 | 114 | 14 | 137 | 111 | 66 |
| Binary | 1111011 | 11100000 | 110101 | 101101 | 0 | 1001100 | 1100 | 1011111 | 1001001 | 110110 |
Color Harmonies of #7BE035
Complementary color
Monochromatic Colors of #7BE035
Black with #7BE035
Text Example
Text Example
White with #7BE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE035; }
p { color: rgb(123,224,53); }
H1.HeaderClassName
{
color: #7BE035;
}
.AnyTagClassName
{
color: #7BE035;
}
</style>
background-color css
<style>
a { background-color: #7BE035; }
a { background-color: rgb(123,224,53); }
div.DivClassName
{
background-color: #7BE035;
}
.BgClassName
{
background-color: #7BE035;
}
</style>
border-color css
<style>
span { border-color: #7BE035; }
span { border-color: rgb(123,224,53); }
td.TdClassName
{
border-color: #7BE035;
}
.TagClassName
{
border-color: #7BE035;
}
</style>