Shades of Atlantis #7BDF3D
Tints of Atlantis #7BDF3D
RGB
CMYK
RGB Variations
Color information
#7BDF3D (or 0x7BDF3D) is known color: Atlantis. HEX triplet: 7B, DF and 3D. RGB value is (123,223,61). Sum of RGB (Red+Green+Blue) = 123+223+61=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDF3D is #8420C2. Grayscale: #AFAFAF. Windows color (decimal): -8659139 or 4054907. OLE color: 4054907.
HSL color Cylindrical-coordinate representation of color #7BDF3D: hue angle of 97.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BDF3D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 61 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.13 |
| HSL | 97.04º | 0.72% | 0.56% | - |
| HSV(B) | 97.04º | 0.73% | 0.87% | - |
| XYZ | 35.4 | 57.32 | 13.61 | - |
| YUV | 174.63 | 63.87 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 61 | 0.45 | 0 | 0.73 | 0.13 | 97.04 | 0.72 | 0.56 |
| Hex | 7B | DF | 3D | 2D | 0 | 49 | D | 61 | 48 | 38 |
| Octal | 173 | 337 | 75 | 55 | 0 | 111 | 15 | 141 | 110 | 70 |
| Binary | 1111011 | 11011111 | 111101 | 101101 | 0 | 1001001 | 1101 | 1100001 | 1001000 | 111000 |
Color Harmonies of #7BDF3D
Complementary color
Monochromatic Colors of #7BDF3D
Black with #7BDF3D
Text Example
Text Example
White with #7BDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF3D; }
p { color: rgb(123,223,61); }
H1.HeaderClassName
{
color: #7BDF3D;
}
.AnyTagClassName
{
color: #7BDF3D;
}
</style>
background-color css
<style>
a { background-color: #7BDF3D; }
a { background-color: rgb(123,223,61); }
div.DivClassName
{
background-color: #7BDF3D;
}
.BgClassName
{
background-color: #7BDF3D;
}
</style>
border-color css
<style>
span { border-color: #7BDF3D; }
span { border-color: rgb(123,223,61); }
td.TdClassName
{
border-color: #7BDF3D;
}
.TagClassName
{
border-color: #7BDF3D;
}
</style>