Shades of Atlantis #7ED23B
Tints of Atlantis #7ED23B
RGB
CMYK
RGB Variations
Color information
#7ED23B (or 0x7ED23B) is known color: Atlantis. HEX triplet: 7E, D2 and 3B. RGB value is (126,210,59). Sum of RGB (Red+Green+Blue) = 126+210+59=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED23B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED23B is #812DC4. Grayscale: #A8A8A8. Windows color (decimal): -8465861 or 3920510. OLE color: 3920510.
HSL color Cylindrical-coordinate representation of color #7ED23B: hue angle of 93.38º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ED23B is Cyan = 0.4, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 59 | - |
| CMYK | 0.4 | 0 | 0.72 | 0.18 |
| HSL | 93.38º | 0.63% | 0.53% | - |
| HSV(B) | 93.38º | 0.72% | 0.82% | - |
| XYZ | 32.44 | 50.84 | 12.24 | - |
| YUV | 167.67 | 66.67 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 59 | 0.4 | 0 | 0.72 | 0.18 | 93.38 | 0.63 | 0.53 |
| Hex | 7E | D2 | 3B | 28 | 0 | 48 | 12 | 5D | 3F | 35 |
| Octal | 176 | 322 | 73 | 50 | 0 | 110 | 22 | 135 | 77 | 65 |
| Binary | 1111110 | 11010010 | 111011 | 101000 | 0 | 1001000 | 10010 | 1011101 | 111111 | 110101 |
Color Harmonies of #7ED23B
Complementary color
Monochromatic Colors of #7ED23B
Black with #7ED23B
Text Example
Text Example
White with #7ED23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED23B; }
p { color: rgb(126,210,59); }
H1.HeaderClassName
{
color: #7ED23B;
}
.AnyTagClassName
{
color: #7ED23B;
}
</style>
background-color css
<style>
a { background-color: #7ED23B; }
a { background-color: rgb(126,210,59); }
div.DivClassName
{
background-color: #7ED23B;
}
.BgClassName
{
background-color: #7ED23B;
}
</style>
border-color css
<style>
span { border-color: #7ED23B; }
span { border-color: rgb(126,210,59); }
td.TdClassName
{
border-color: #7ED23B;
}
.TagClassName
{
border-color: #7ED23B;
}
</style>