Shades of Pastel Green #74DC89
Tints of Pastel Green #74DC89
RGB
CMYK
RGB Variations
Color information
#74DC89 (or 0x74DC89) is known color: Pastel Green. HEX triplet: 74, DC and 89. RGB value is (116,220,137). Sum of RGB (Red+Green+Blue) = 116+220+137=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC89 is #8B2376. Grayscale: #B3B3B3. Windows color (decimal): -9118583 or 9034868. OLE color: 9034868.
HSL color Cylindrical-coordinate representation of color #74DC89: hue angle of 132.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC89 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 137 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.14 |
| HSL | 132.12º | 0.6% | 0.66% | - |
| HSV(B) | 132.12º | 0.47% | 0.86% | - |
| XYZ | 37.31 | 56.71 | 32.65 | - |
| YUV | 179.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 137 | 0.47 | 0 | 0.38 | 0.14 | 132.12 | 0.6 | 0.66 |
| Hex | 74 | DC | 89 | 2F | 0 | 26 | E | 84 | 3C | 42 |
| Octal | 164 | 334 | 211 | 57 | 0 | 46 | 16 | 204 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10001001 | 101111 | 0 | 100110 | 1110 | 10000100 | 111100 | 1000010 |
Color Harmonies of #74DC89
Complementary color
Monochromatic Colors of #74DC89
Black with #74DC89
Text Example
Text Example
White with #74DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC89; }
p { color: rgb(116,220,137); }
H1.HeaderClassName
{
color: #74DC89;
}
.AnyTagClassName
{
color: #74DC89;
}
</style>
background-color css
<style>
a { background-color: #74DC89; }
a { background-color: rgb(116,220,137); }
div.DivClassName
{
background-color: #74DC89;
}
.BgClassName
{
background-color: #74DC89;
}
</style>
border-color css
<style>
span { border-color: #74DC89; }
span { border-color: rgb(116,220,137); }
td.TdClassName
{
border-color: #74DC89;
}
.TagClassName
{
border-color: #74DC89;
}
</style>