Shades of Pastel Green #74D884
Tints of Pastel Green #74D884
RGB
CMYK
RGB Variations
Color information
#74D884 (or 0x74D884) is known color: Pastel Green. HEX triplet: 74, D8 and 84. RGB value is (116,216,132). Sum of RGB (Red+Green+Blue) = 116+216+132=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #74D884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D884 is #8B277B. Grayscale: #B0B0B0. Windows color (decimal): -9119612 or 8706164. OLE color: 8706164.
HSL color Cylindrical-coordinate representation of color #74D884: hue angle of 129.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 #74D884 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 132 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.15 |
| HSL | 129.6º | 0.56% | 0.65% | - |
| HSV(B) | 129.6º | 0.46% | 0.85% | - |
| XYZ | 35.92 | 54.49 | 30.45 | - |
| YUV | 176.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 132 | 0.46 | 0 | 0.39 | 0.15 | 129.6 | 0.56 | 0.65 |
| Hex | 74 | D8 | 84 | 2E | 0 | 27 | F | 82 | 38 | 41 |
| Octal | 164 | 330 | 204 | 56 | 0 | 47 | 17 | 202 | 70 | 101 |
| Binary | 1110100 | 11011000 | 10000100 | 101110 | 0 | 100111 | 1111 | 10000010 | 111000 | 1000001 |
Color Harmonies of #74D884
Complementary color
Monochromatic Colors of #74D884
Black with #74D884
Text Example
Text Example
White with #74D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D884; }
p { color: rgb(116,216,132); }
H1.HeaderClassName
{
color: #74D884;
}
.AnyTagClassName
{
color: #74D884;
}
</style>
background-color css
<style>
a { background-color: #74D884; }
a { background-color: rgb(116,216,132); }
div.DivClassName
{
background-color: #74D884;
}
.BgClassName
{
background-color: #74D884;
}
</style>
border-color css
<style>
span { border-color: #74D884; }
span { border-color: rgb(116,216,132); }
td.TdClassName
{
border-color: #74D884;
}
.TagClassName
{
border-color: #74D884;
}
</style>