Shades of Atlantis #7BE338
Tints of Atlantis #7BE338
RGB
CMYK
RGB Variations
Color information
#7BE338 (or 0x7BE338) is known color: Atlantis. HEX triplet: 7B, E3 and 38. RGB value is (123,227,56). Sum of RGB (Red+Green+Blue) = 123+227+56=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #7BE338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE338 is #841CC7. Grayscale: #B0B0B0. Windows color (decimal): -8658120 or 3728251. OLE color: 3728251.
HSL color Cylindrical-coordinate representation of color #7BE338: hue angle of 96.49º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BE338 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 227 | 56 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.11 |
| HSL | 96.49º | 0.75% | 0.55% | - |
| HSV(B) | 96.49º | 0.75% | 0.89% | - |
| XYZ | 36.35 | 59.43 | 13.3 | - |
| YUV | 176.41 | 60.04 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 227 | 56 | 0.46 | 0 | 0.75 | 0.11 | 96.49 | 0.75 | 0.55 |
| Hex | 7B | E3 | 38 | 2E | 0 | 4B | B | 60 | 4B | 37 |
| Octal | 173 | 343 | 70 | 56 | 0 | 113 | 13 | 140 | 113 | 67 |
| Binary | 1111011 | 11100011 | 111000 | 101110 | 0 | 1001011 | 1011 | 1100000 | 1001011 | 110111 |
Color Harmonies of #7BE338
Complementary color
Monochromatic Colors of #7BE338
Black with #7BE338
Text Example
Text Example
White with #7BE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE338; }
p { color: rgb(123,227,56); }
H1.HeaderClassName
{
color: #7BE338;
}
.AnyTagClassName
{
color: #7BE338;
}
</style>
background-color css
<style>
a { background-color: #7BE338; }
a { background-color: rgb(123,227,56); }
div.DivClassName
{
background-color: #7BE338;
}
.BgClassName
{
background-color: #7BE338;
}
</style>
border-color css
<style>
span { border-color: #7BE338; }
span { border-color: rgb(123,227,56); }
td.TdClassName
{
border-color: #7BE338;
}
.TagClassName
{
border-color: #7BE338;
}
</style>