Shades of Pastel Green #74DD8D
Tints of Pastel Green #74DD8D
RGB
CMYK
RGB Variations
Color information
#74DD8D (or 0x74DD8D) is known color: Pastel Green. HEX triplet: 74, DD and 8D. RGB value is (116,221,141). Sum of RGB (Red+Green+Blue) = 116+221+141=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD8D is #8B2272. Grayscale: #B4B4B4. Windows color (decimal): -9118323 or 9297268. OLE color: 9297268.
HSL color Cylindrical-coordinate representation of color #74DD8D: hue angle of 134.29º 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 #74DD8D is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
RGB | 116 | 221 | 141 | - |
CMYK | 0.48 | 0 | 0.36 | 0.13 |
HSL | 134.29º | 0.61% | 0.66% | - |
HSV(B) | 134.29º | 0.48% | 0.87% | - |
XYZ | 37.87 | 57.35 | 34.27 | - |
YUV | 180.49 | 105.71 | 82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 221 | 141 | 0.48 | 0 | 0.36 | 0.13 | 134.29 | 0.61 | 0.66 |
Hex | 74 | DD | 8D | 30 | 0 | 24 | D | 86 | 3D | 42 |
Octal | 164 | 335 | 215 | 60 | 0 | 44 | 15 | 206 | 75 | 102 |
Binary | 1110100 | 11011101 | 10001101 | 110000 | 0 | 100100 | 1101 | 10000110 | 111101 | 1000010 |
Color Harmonies of #74DD8D
Complementary color
Monochromatic Colors of #74DD8D
Black with #74DD8D
Text Example
Text Example
White with #74DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD8D; }
p { color: rgb(116,221,141); }
H1.HeaderClassName
{
color: #74DD8D;
}
.AnyTagClassName
{
color: #74DD8D;
}
</style>
background-color css
<style>
a { background-color: #74DD8D; }
a { background-color: rgb(116,221,141); }
div.DivClassName
{
background-color: #74DD8D;
}
.BgClassName
{
background-color: #74DD8D;
}
</style>
border-color css
<style>
span { border-color: #74DD8D; }
span { border-color: rgb(116,221,141); }
td.TdClassName
{
border-color: #74DD8D;
}
.TagClassName
{
border-color: #74DD8D;
}
</style>