Shades of Atlantis #7BED40
Tints of Atlantis #7BED40
RGB
CMYK
RGB Variations
Color information
#7BED40 (or 0x7BED40) is known color: Atlantis. HEX triplet: 7B, ED and 40. RGB value is (123,237,64). Sum of RGB (Red+Green+Blue) = 123+237+64=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #7BED40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BED40 is #8412BF. Grayscale: #B7B7B7. Windows color (decimal): -8655552 or 4255099. OLE color: 4255099.
HSL color Cylindrical-coordinate representation of color #7BED40: hue angle of 99.54º degrees, saturation: 0.83, 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 #7BED40 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 64 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.07 |
| HSL | 99.54º | 0.83% | 0.59% | - |
| HSV(B) | 99.54º | 0.73% | 0.93% | - |
| XYZ | 39.38 | 65.15 | 15.35 | - |
| YUV | 183.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 64 | 0.48 | 0 | 0.73 | 0.07 | 99.54 | 0.83 | 0.59 |
| Hex | 7B | ED | 40 | 30 | 0 | 49 | 7 | 64 | 53 | 3B |
| Octal | 173 | 355 | 100 | 60 | 0 | 111 | 7 | 144 | 123 | 73 |
| Binary | 1111011 | 11101101 | 1000000 | 110000 | 0 | 1001001 | 111 | 1100100 | 1010011 | 111011 |
Color Harmonies of #7BED40
Complementary color
Monochromatic Colors of #7BED40
Black with #7BED40
Text Example
Text Example
White with #7BED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BED40; }
p { color: rgb(123,237,64); }
H1.HeaderClassName
{
color: #7BED40;
}
.AnyTagClassName
{
color: #7BED40;
}
</style>
background-color css
<style>
a { background-color: #7BED40; }
a { background-color: rgb(123,237,64); }
div.DivClassName
{
background-color: #7BED40;
}
.BgClassName
{
background-color: #7BED40;
}
</style>
border-color css
<style>
span { border-color: #7BED40; }
span { border-color: rgb(123,237,64); }
td.TdClassName
{
border-color: #7BED40;
}
.TagClassName
{
border-color: #7BED40;
}
</style>