Shades of Atlantis #7BE03D
Tints of Atlantis #7BE03D
RGB
CMYK
RGB Variations
Color information
#7BE03D (or 0x7BE03D) is known color: Atlantis. HEX triplet: 7B, E0 and 3D. RGB value is (123,224,61). Sum of RGB (Red+Green+Blue) = 123+224+61=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BE03D is #841FC2. Grayscale: #AFAFAF. Windows color (decimal): -8658883 or 4055163. OLE color: 4055163.
HSL color Cylindrical-coordinate representation of color #7BE03D: hue angle of 97.18º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BE03D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 61 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.12 |
| HSL | 97.18º | 0.72% | 0.56% | - |
| HSV(B) | 97.18º | 0.73% | 0.88% | - |
| XYZ | 35.67 | 57.86 | 13.7 | - |
| YUV | 175.22 | 63.54 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 61 | 0.45 | 0 | 0.73 | 0.12 | 97.18 | 0.72 | 0.56 |
| Hex | 7B | E0 | 3D | 2D | 0 | 49 | C | 61 | 48 | 38 |
| Octal | 173 | 340 | 75 | 55 | 0 | 111 | 14 | 141 | 110 | 70 |
| Binary | 1111011 | 11100000 | 111101 | 101101 | 0 | 1001001 | 1100 | 1100001 | 1001000 | 111000 |
Color Harmonies of #7BE03D
Complementary color
Monochromatic Colors of #7BE03D
Black with #7BE03D
Text Example
Text Example
White with #7BE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE03D; }
p { color: rgb(123,224,61); }
H1.HeaderClassName
{
color: #7BE03D;
}
.AnyTagClassName
{
color: #7BE03D;
}
</style>
background-color css
<style>
a { background-color: #7BE03D; }
a { background-color: rgb(123,224,61); }
div.DivClassName
{
background-color: #7BE03D;
}
.BgClassName
{
background-color: #7BE03D;
}
</style>
border-color css
<style>
span { border-color: #7BE03D; }
span { border-color: rgb(123,224,61); }
td.TdClassName
{
border-color: #7BE03D;
}
.TagClassName
{
border-color: #7BE03D;
}
</style>