Shades of Atlantis #7DDF37
Tints of Atlantis #7DDF37
RGB
CMYK
RGB Variations
Color information
#7DDF37 (or 0x7DDF37) is known color: Atlantis. HEX triplet: 7D, DF and 37. RGB value is (125,223,55). Sum of RGB (Red+Green+Blue) = 125+223+55=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF37 is #8220C8. Grayscale: #AFAFAF. Windows color (decimal): -8528073 or 3661693. OLE color: 3661693.
HSL color Cylindrical-coordinate representation of color #7DDF37: hue angle of 95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DDF37 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 55 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.13 |
| HSL | 95º | 0.72% | 0.55% | - |
| HSV(B) | 95º | 0.75% | 0.87% | - |
| XYZ | 35.53 | 57.41 | 12.82 | - |
| YUV | 174.55 | 60.53 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 55 | 0.44 | 0 | 0.75 | 0.13 | 95 | 0.72 | 0.55 |
| Hex | 7D | DF | 37 | 2C | 0 | 4B | D | 5F | 48 | 37 |
| Octal | 175 | 337 | 67 | 54 | 0 | 113 | 15 | 137 | 110 | 67 |
| Binary | 1111101 | 11011111 | 110111 | 101100 | 0 | 1001011 | 1101 | 1011111 | 1001000 | 110111 |
Color Harmonies of #7DDF37
Complementary color
Monochromatic Colors of #7DDF37
Black with #7DDF37
Text Example
Text Example
White with #7DDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF37; }
p { color: rgb(125,223,55); }
H1.HeaderClassName
{
color: #7DDF37;
}
.AnyTagClassName
{
color: #7DDF37;
}
</style>
background-color css
<style>
a { background-color: #7DDF37; }
a { background-color: rgb(125,223,55); }
div.DivClassName
{
background-color: #7DDF37;
}
.BgClassName
{
background-color: #7DDF37;
}
</style>
border-color css
<style>
span { border-color: #7DDF37; }
span { border-color: rgb(125,223,55); }
td.TdClassName
{
border-color: #7DDF37;
}
.TagClassName
{
border-color: #7DDF37;
}
</style>