Shades of Atlantis #7BD63B
Tints of Atlantis #7BD63B
RGB
CMYK
RGB Variations
Color information
#7BD63B (or 0x7BD63B) is known color: Atlantis. HEX triplet: 7B, D6 and 3B. RGB value is (123,214,59). Sum of RGB (Red+Green+Blue) = 123+214+59=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD63B is #8429C4. Grayscale: #A9A9A9. Windows color (decimal): -8661445 or 3921531. OLE color: 3921531.
HSL color Cylindrical-coordinate representation of color #7BD63B: hue angle of 95.23º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BD63B is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 214 | 59 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.16 |
| HSL | 95.23º | 0.65% | 0.54% | - |
| HSV(B) | 95.23º | 0.72% | 0.84% | - |
| XYZ | 33 | 52.62 | 12.55 | - |
| YUV | 169.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 59 | 0.43 | 0 | 0.72 | 0.16 | 95.23 | 0.65 | 0.54 |
| Hex | 7B | D6 | 3B | 2B | 0 | 48 | 10 | 5F | 41 | 36 |
| Octal | 173 | 326 | 73 | 53 | 0 | 110 | 20 | 137 | 101 | 66 |
| Binary | 1111011 | 11010110 | 111011 | 101011 | 0 | 1001000 | 10000 | 1011111 | 1000001 | 110110 |
Color Harmonies of #7BD63B
Complementary color
Monochromatic Colors of #7BD63B
Black with #7BD63B
Text Example
Text Example
White with #7BD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD63B; }
p { color: rgb(123,214,59); }
H1.HeaderClassName
{
color: #7BD63B;
}
.AnyTagClassName
{
color: #7BD63B;
}
</style>
background-color css
<style>
a { background-color: #7BD63B; }
a { background-color: rgb(123,214,59); }
div.DivClassName
{
background-color: #7BD63B;
}
.BgClassName
{
background-color: #7BD63B;
}
</style>
border-color css
<style>
span { border-color: #7BD63B; }
span { border-color: rgb(123,214,59); }
td.TdClassName
{
border-color: #7BD63B;
}
.TagClassName
{
border-color: #7BD63B;
}
</style>