Shades of Atlantis #7BEE40
Tints of Atlantis #7BEE40
RGB
CMYK
RGB Variations
Color information
#7BEE40 (or 0x7BEE40) is known color: Atlantis. HEX triplet: 7B, EE and 40. RGB value is (123,238,64). Sum of RGB (Red+Green+Blue) = 123+238+64=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEE40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BEE40 is #8411BF. Grayscale: #B8B8B8. Windows color (decimal): -8655296 or 4255355. OLE color: 4255355.
HSL color Cylindrical-coordinate representation of color #7BEE40: hue angle of 99.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BEE40 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 64 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.07 |
| HSL | 99.66º | 0.84% | 0.59% | - |
| HSV(B) | 99.66º | 0.73% | 0.93% | - |
| XYZ | 39.67 | 65.73 | 15.45 | - |
| YUV | 183.78 | 60.4 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 64 | 0.48 | 0 | 0.73 | 0.07 | 99.66 | 0.84 | 0.59 |
| Hex | 7B | EE | 40 | 30 | 0 | 49 | 7 | 64 | 54 | 3B |
| Octal | 173 | 356 | 100 | 60 | 0 | 111 | 7 | 144 | 124 | 73 |
| Binary | 1111011 | 11101110 | 1000000 | 110000 | 0 | 1001001 | 111 | 1100100 | 1010100 | 111011 |
Color Harmonies of #7BEE40
Complementary color
Monochromatic Colors of #7BEE40
Black with #7BEE40
Text Example
Text Example
White with #7BEE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEE40; }
p { color: rgb(123,238,64); }
H1.HeaderClassName
{
color: #7BEE40;
}
.AnyTagClassName
{
color: #7BEE40;
}
</style>
background-color css
<style>
a { background-color: #7BEE40; }
a { background-color: rgb(123,238,64); }
div.DivClassName
{
background-color: #7BEE40;
}
.BgClassName
{
background-color: #7BEE40;
}
</style>
border-color css
<style>
span { border-color: #7BEE40; }
span { border-color: rgb(123,238,64); }
td.TdClassName
{
border-color: #7BEE40;
}
.TagClassName
{
border-color: #7BEE40;
}
</style>