Shades of Atlantis #7BDE3B
Tints of Atlantis #7BDE3B
RGB
CMYK
RGB Variations
Color information
#7BDE3B (or 0x7BDE3B) is known color: Atlantis. HEX triplet: 7B, DE and 3B. RGB value is (123,222,59). Sum of RGB (Red+Green+Blue) = 123+222+59=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 222 (87.11% from 255 or 54.95% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDE3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDE3B is #8421C4. Grayscale: #AEAEAE. Windows color (decimal): -8659397 or 3923579. OLE color: 3923579.
HSL color Cylindrical-coordinate representation of color #7BDE3B: hue angle of 96.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BDE3B is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 59 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.13 |
| HSL | 96.44º | 0.71% | 0.55% | - |
| HSV(B) | 96.44º | 0.73% | 0.87% | - |
| XYZ | 35.08 | 56.77 | 13.25 | - |
| YUV | 173.82 | 63.2 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 59 | 0.45 | 0 | 0.73 | 0.13 | 96.44 | 0.71 | 0.55 |
| Hex | 7B | DE | 3B | 2D | 0 | 49 | D | 60 | 47 | 37 |
| Octal | 173 | 336 | 73 | 55 | 0 | 111 | 15 | 140 | 107 | 67 |
| Binary | 1111011 | 11011110 | 111011 | 101101 | 0 | 1001001 | 1101 | 1100000 | 1000111 | 110111 |
Color Harmonies of #7BDE3B
Complementary color
Monochromatic Colors of #7BDE3B
Black with #7BDE3B
Text Example
Text Example
White with #7BDE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDE3B; }
p { color: rgb(123,222,59); }
H1.HeaderClassName
{
color: #7BDE3B;
}
.AnyTagClassName
{
color: #7BDE3B;
}
</style>
background-color css
<style>
a { background-color: #7BDE3B; }
a { background-color: rgb(123,222,59); }
div.DivClassName
{
background-color: #7BDE3B;
}
.BgClassName
{
background-color: #7BDE3B;
}
</style>
border-color css
<style>
span { border-color: #7BDE3B; }
span { border-color: rgb(123,222,59); }
td.TdClassName
{
border-color: #7BDE3B;
}
.TagClassName
{
border-color: #7BDE3B;
}
</style>