Shades of Atlantis #7BE334
Tints of Atlantis #7BE334
RGB
CMYK
RGB Variations
Color information
#7BE334 (or 0x7BE334) is known color: Atlantis. HEX triplet: 7B, E3 and 34. RGB value is (123,227,52). Sum of RGB (Red+Green+Blue) = 123+227+52=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 227 (89.06% from 255 or 56.47% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 227 - color contains mainly: green. Hex color #7BE334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE334 is #841CCB. Grayscale: #B0B0B0. Windows color (decimal): -8658124 or 3466107. OLE color: 3466107.
HSL color Cylindrical-coordinate representation of color #7BE334: hue angle of 95.66º degrees, saturation: 0.76, 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 #7BE334 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 227 | 52 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.11 |
| HSL | 95.66º | 0.76% | 0.55% | - |
| HSV(B) | 95.66º | 0.77% | 0.89% | - |
| XYZ | 36.26 | 59.4 | 12.8 | - |
| YUV | 175.95 | 58.04 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 227 | 52 | 0.46 | 0 | 0.77 | 0.11 | 95.66 | 0.76 | 0.55 |
| Hex | 7B | E3 | 34 | 2E | 0 | 4D | B | 60 | 4C | 37 |
| Octal | 173 | 343 | 64 | 56 | 0 | 115 | 13 | 140 | 114 | 67 |
| Binary | 1111011 | 11100011 | 110100 | 101110 | 0 | 1001101 | 1011 | 1100000 | 1001100 | 110111 |
Color Harmonies of #7BE334
Complementary color
Monochromatic Colors of #7BE334
Black with #7BE334
Text Example
Text Example
White with #7BE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE334; }
p { color: rgb(123,227,52); }
H1.HeaderClassName
{
color: #7BE334;
}
.AnyTagClassName
{
color: #7BE334;
}
</style>
background-color css
<style>
a { background-color: #7BE334; }
a { background-color: rgb(123,227,52); }
div.DivClassName
{
background-color: #7BE334;
}
.BgClassName
{
background-color: #7BE334;
}
</style>
border-color css
<style>
span { border-color: #7BE334; }
span { border-color: rgb(123,227,52); }
td.TdClassName
{
border-color: #7BE334;
}
.TagClassName
{
border-color: #7BE334;
}
</style>