Shades of Atlantis #7BDA38
Tints of Atlantis #7BDA38
RGB
CMYK
RGB Variations
Color information
#7BDA38 (or 0x7BDA38) is known color: Atlantis. HEX triplet: 7B, DA and 38. RGB value is (123,218,56). Sum of RGB (Red+Green+Blue) = 123+218+56=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDA38 is #8425C7. Grayscale: #ABABAB. Windows color (decimal): -8660424 or 3725947. OLE color: 3725947.
HSL color Cylindrical-coordinate representation of color #7BDA38: hue angle of 95.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BDA38 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 56 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.15 |
| HSL | 95.19º | 0.69% | 0.54% | - |
| HSV(B) | 95.19º | 0.74% | 0.85% | - |
| XYZ | 33.95 | 54.64 | 12.5 | - |
| YUV | 171.13 | 63.03 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 56 | 0.44 | 0 | 0.74 | 0.15 | 95.19 | 0.69 | 0.54 |
| Hex | 7B | DA | 38 | 2C | 0 | 4A | F | 5F | 45 | 36 |
| Octal | 173 | 332 | 70 | 54 | 0 | 112 | 17 | 137 | 105 | 66 |
| Binary | 1111011 | 11011010 | 111000 | 101100 | 0 | 1001010 | 1111 | 1011111 | 1000101 | 110110 |
Color Harmonies of #7BDA38
Complementary color
Monochromatic Colors of #7BDA38
Black with #7BDA38
Text Example
Text Example
White with #7BDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA38; }
p { color: rgb(123,218,56); }
H1.HeaderClassName
{
color: #7BDA38;
}
.AnyTagClassName
{
color: #7BDA38;
}
</style>
background-color css
<style>
a { background-color: #7BDA38; }
a { background-color: rgb(123,218,56); }
div.DivClassName
{
background-color: #7BDA38;
}
.BgClassName
{
background-color: #7BDA38;
}
</style>
border-color css
<style>
span { border-color: #7BDA38; }
span { border-color: rgb(123,218,56); }
td.TdClassName
{
border-color: #7BDA38;
}
.TagClassName
{
border-color: #7BDA38;
}
</style>