Shades of Pastel Green #74DB89
Tints of Pastel Green #74DB89
RGB
CMYK
RGB Variations
Color information
#74DB89 (or 0x74DB89) is known color: Pastel Green. HEX triplet: 74, DB and 89. RGB value is (116,219,137). Sum of RGB (Red+Green+Blue) = 116+219+137=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB89 is #8B2476. Grayscale: #B3B3B3. Windows color (decimal): -9118839 or 9034612. OLE color: 9034612.
HSL color Cylindrical-coordinate representation of color #74DB89: hue angle of 132.23º degrees, saturation: 0.59, 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 #74DB89 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 137 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.14 |
| HSL | 132.23º | 0.59% | 0.66% | - |
| HSV(B) | 132.23º | 0.47% | 0.86% | - |
| XYZ | 37.05 | 56.18 | 32.56 | - |
| YUV | 178.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 137 | 0.47 | 0 | 0.37 | 0.14 | 132.23 | 0.59 | 0.66 |
| Hex | 74 | DB | 89 | 2F | 0 | 25 | E | 84 | 3B | 42 |
| Octal | 164 | 333 | 211 | 57 | 0 | 45 | 16 | 204 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10001001 | 101111 | 0 | 100101 | 1110 | 10000100 | 111011 | 1000010 |
Color Harmonies of #74DB89
Complementary color
Monochromatic Colors of #74DB89
Black with #74DB89
Text Example
Text Example
White with #74DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB89; }
p { color: rgb(116,219,137); }
H1.HeaderClassName
{
color: #74DB89;
}
.AnyTagClassName
{
color: #74DB89;
}
</style>
background-color css
<style>
a { background-color: #74DB89; }
a { background-color: rgb(116,219,137); }
div.DivClassName
{
background-color: #74DB89;
}
.BgClassName
{
background-color: #74DB89;
}
</style>
border-color css
<style>
span { border-color: #74DB89; }
span { border-color: rgb(116,219,137); }
td.TdClassName
{
border-color: #74DB89;
}
.TagClassName
{
border-color: #74DB89;
}
</style>