Shades of Pastel Green #74D96D
Tints of Pastel Green #74D96D
RGB
CMYK
RGB Variations
Color information
#74D96D (or 0x74D96D) is known color: Pastel Green. HEX triplet: 74, D9 and 6D. RGB value is (116,217,109). Sum of RGB (Red+Green+Blue) = 116+217+109=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #74D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D96D is #8B2692. Grayscale: #AEAEAE. Windows color (decimal): -9119379 or 7199092. OLE color: 7199092.
HSL color Cylindrical-coordinate representation of color #74D96D: hue angle of 116.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74D96D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 109 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.15 |
| HSL | 116.11º | 0.59% | 0.64% | - |
| HSV(B) | 116.11º | 0.5% | 0.85% | - |
| XYZ | 34.78 | 54.44 | 23.14 | - |
| YUV | 174.49 | 91.04 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 109 | 0.47 | 0 | 0.50 | 0.15 | 116.11 | 0.59 | 0.64 |
| Hex | 74 | D9 | 6D | 2F | 0 | 32 | F | 74 | 3B | 40 |
| Octal | 164 | 331 | 155 | 57 | 0 | 62 | 17 | 164 | 73 | 100 |
| Binary | 1110100 | 11011001 | 1101101 | 101111 | 0 | 110010 | 1111 | 1110100 | 111011 | 1000000 |
Color Harmonies of #74D96D
Complementary color
Monochromatic Colors of #74D96D
Black with #74D96D
Text Example
Text Example
White with #74D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D96D; }
p { color: rgb(116,217,109); }
H1.HeaderClassName
{
color: #74D96D;
}
.AnyTagClassName
{
color: #74D96D;
}
</style>
background-color css
<style>
a { background-color: #74D96D; }
a { background-color: rgb(116,217,109); }
div.DivClassName
{
background-color: #74D96D;
}
.BgClassName
{
background-color: #74D96D;
}
</style>
border-color css
<style>
span { border-color: #74D96D; }
span { border-color: rgb(116,217,109); }
td.TdClassName
{
border-color: #74D96D;
}
.TagClassName
{
border-color: #74D96D;
}
</style>