Shades of Pastel Green #74D889
Tints of Pastel Green #74D889
RGB
CMYK
RGB Variations
Color information
#74D889 (or 0x74D889) is known color: Pastel Green. HEX triplet: 74, D8 and 89. RGB value is (116,216,137). Sum of RGB (Red+Green+Blue) = 116+216+137=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #74D889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D889 is #8B2776. Grayscale: #B1B1B1. Windows color (decimal): -9119607 or 9033844. OLE color: 9033844.
HSL color Cylindrical-coordinate representation of color #74D889: hue angle of 132.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D889 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 137 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.15 |
| HSL | 132.6º | 0.56% | 0.65% | - |
| HSV(B) | 132.6º | 0.46% | 0.85% | - |
| XYZ | 36.27 | 54.63 | 32.3 | - |
| YUV | 177.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 137 | 0.46 | 0 | 0.37 | 0.15 | 132.6 | 0.56 | 0.65 |
| Hex | 74 | D8 | 89 | 2E | 0 | 25 | F | 85 | 38 | 41 |
| Octal | 164 | 330 | 211 | 56 | 0 | 45 | 17 | 205 | 70 | 101 |
| Binary | 1110100 | 11011000 | 10001001 | 101110 | 0 | 100101 | 1111 | 10000101 | 111000 | 1000001 |
Color Harmonies of #74D889
Complementary color
Monochromatic Colors of #74D889
Black with #74D889
Text Example
Text Example
White with #74D889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D889; }
p { color: rgb(116,216,137); }
H1.HeaderClassName
{
color: #74D889;
}
.AnyTagClassName
{
color: #74D889;
}
</style>
background-color css
<style>
a { background-color: #74D889; }
a { background-color: rgb(116,216,137); }
div.DivClassName
{
background-color: #74D889;
}
.BgClassName
{
background-color: #74D889;
}
</style>
border-color css
<style>
span { border-color: #74D889; }
span { border-color: rgb(116,216,137); }
td.TdClassName
{
border-color: #74D889;
}
.TagClassName
{
border-color: #74D889;
}
</style>