Shades of Atlantis #7BDE35
Tints of Atlantis #7BDE35
RGB
CMYK
RGB Variations
Color information
#7BDE35 (or 0x7BDE35) is known color: Atlantis. HEX triplet: 7B, DE and 35. RGB value is (123,222,53). Sum of RGB (Red+Green+Blue) = 123+222+53=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDE35 is #8421CA. Grayscale: #ADADAD. Windows color (decimal): -8659403 or 3530363. OLE color: 3530363.
HSL color Cylindrical-coordinate representation of color #7BDE35: hue angle of 95.15º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BDE35 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 53 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.13 |
| HSL | 95.15º | 0.72% | 0.54% | - |
| HSV(B) | 95.15º | 0.76% | 0.87% | - |
| XYZ | 34.93 | 56.71 | 12.47 | - |
| YUV | 173.13 | 60.2 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 53 | 0.45 | 0 | 0.76 | 0.13 | 95.15 | 0.72 | 0.54 |
| Hex | 7B | DE | 35 | 2D | 0 | 4C | D | 5F | 48 | 36 |
| Octal | 173 | 336 | 65 | 55 | 0 | 114 | 15 | 137 | 110 | 66 |
| Binary | 1111011 | 11011110 | 110101 | 101101 | 0 | 1001100 | 1101 | 1011111 | 1001000 | 110110 |
Color Harmonies of #7BDE35
Complementary color
Monochromatic Colors of #7BDE35
Black with #7BDE35
Text Example
Text Example
White with #7BDE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDE35; }
p { color: rgb(123,222,53); }
H1.HeaderClassName
{
color: #7BDE35;
}
.AnyTagClassName
{
color: #7BDE35;
}
</style>
background-color css
<style>
a { background-color: #7BDE35; }
a { background-color: rgb(123,222,53); }
div.DivClassName
{
background-color: #7BDE35;
}
.BgClassName
{
background-color: #7BDE35;
}
</style>
border-color css
<style>
span { border-color: #7BDE35; }
span { border-color: rgb(123,222,53); }
td.TdClassName
{
border-color: #7BDE35;
}
.TagClassName
{
border-color: #7BDE35;
}
</style>