Shades of Pastel Green #7DDF74
Tints of Pastel Green #7DDF74
RGB
CMYK
RGB Variations
Color information
#7DDF74 (or 0x7DDF74) is known color: Pastel Green. HEX triplet: 7D, DF and 74. RGB value is (125,223,116). Sum of RGB (Red+Green+Blue) = 125+223+116=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF74 is #82208B. Grayscale: #B5B5B5. Windows color (decimal): -8528012 or 7659389. OLE color: 7659389.
HSL color Cylindrical-coordinate representation of color #7DDF74: hue angle of 114.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDF74 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 116 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.13 |
| HSL | 114.95º | 0.63% | 0.66% | - |
| HSV(B) | 114.95º | 0.48% | 0.87% | - |
| XYZ | 38 | 58.4 | 25.79 | - |
| YUV | 181.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 116 | 0.44 | 0 | 0.48 | 0.13 | 114.95 | 0.63 | 0.66 |
| Hex | 7D | DF | 74 | 2C | 0 | 30 | D | 73 | 3F | 42 |
| Octal | 175 | 337 | 164 | 54 | 0 | 60 | 15 | 163 | 77 | 102 |
| Binary | 1111101 | 11011111 | 1110100 | 101100 | 0 | 110000 | 1101 | 1110011 | 111111 | 1000010 |
Color Harmonies of #7DDF74
Complementary color
Monochromatic Colors of #7DDF74
Black with #7DDF74
Text Example
Text Example
White with #7DDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF74; }
p { color: rgb(125,223,116); }
H1.HeaderClassName
{
color: #7DDF74;
}
.AnyTagClassName
{
color: #7DDF74;
}
</style>
background-color css
<style>
a { background-color: #7DDF74; }
a { background-color: rgb(125,223,116); }
div.DivClassName
{
background-color: #7DDF74;
}
.BgClassName
{
background-color: #7DDF74;
}
</style>
border-color css
<style>
span { border-color: #7DDF74; }
span { border-color: rgb(125,223,116); }
td.TdClassName
{
border-color: #7DDF74;
}
.TagClassName
{
border-color: #7DDF74;
}
</style>