Shades of Pastel Green #74DD82
Tints of Pastel Green #74DD82
RGB
CMYK
RGB Variations
Color information
#74DD82 (or 0x74DD82) is known color: Pastel Green. HEX triplet: 74, DD and 82. RGB value is (116,221,130). Sum of RGB (Red+Green+Blue) = 116+221+130=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD82 is #8B227D. Grayscale: #B3B3B3. Windows color (decimal): -9118334 or 8576372. OLE color: 8576372.
HSL color Cylindrical-coordinate representation of color #74DD82: hue angle of 128º degrees, saturation: 0.61, 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 #74DD82 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 130 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.13 |
| HSL | 128º | 0.61% | 0.66% | - |
| HSV(B) | 128º | 0.48% | 0.87% | - |
| XYZ | 37.09 | 57.04 | 30.17 | - |
| YUV | 179.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 130 | 0.48 | 0 | 0.41 | 0.13 | 128 | 0.61 | 0.66 |
| Hex | 74 | DD | 82 | 30 | 0 | 29 | D | 80 | 3D | 42 |
| Octal | 164 | 335 | 202 | 60 | 0 | 51 | 15 | 200 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10000010 | 110000 | 0 | 101001 | 1101 | 10000000 | 111101 | 1000010 |
Color Harmonies of #74DD82
Complementary color
Monochromatic Colors of #74DD82
Black with #74DD82
Text Example
Text Example
White with #74DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD82; }
p { color: rgb(116,221,130); }
H1.HeaderClassName
{
color: #74DD82;
}
.AnyTagClassName
{
color: #74DD82;
}
</style>
background-color css
<style>
a { background-color: #74DD82; }
a { background-color: rgb(116,221,130); }
div.DivClassName
{
background-color: #74DD82;
}
.BgClassName
{
background-color: #74DD82;
}
</style>
border-color css
<style>
span { border-color: #74DD82; }
span { border-color: rgb(116,221,130); }
td.TdClassName
{
border-color: #74DD82;
}
.TagClassName
{
border-color: #74DD82;
}
</style>