Shades of Pastel Green #74D587
Tints of Pastel Green #74D587
RGB
CMYK
RGB Variations
Color information
#74D587 (or 0x74D587) is known color: Pastel Green. HEX triplet: 74, D5 and 87. RGB value is (116,213,135). Sum of RGB (Red+Green+Blue) = 116+213+135=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #74D587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D587 is #8B2A78. Grayscale: #AFAFAF. Windows color (decimal): -9120377 or 8902004. OLE color: 8902004.
HSL color Cylindrical-coordinate representation of color #74D587: hue angle of 131.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D587 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 135 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.16 |
| HSL | 131.75º | 0.54% | 0.65% | - |
| HSV(B) | 131.75º | 0.46% | 0.84% | - |
| XYZ | 35.37 | 53.05 | 31.3 | - |
| YUV | 175.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 135 | 0.46 | 0 | 0.37 | 0.16 | 131.75 | 0.54 | 0.65 |
| Hex | 74 | D5 | 87 | 2E | 0 | 25 | 10 | 84 | 36 | 41 |
| Octal | 164 | 325 | 207 | 56 | 0 | 45 | 20 | 204 | 66 | 101 |
| Binary | 1110100 | 11010101 | 10000111 | 101110 | 0 | 100101 | 10000 | 10000100 | 110110 | 1000001 |
Color Harmonies of #74D587
Complementary color
Monochromatic Colors of #74D587
Black with #74D587
Text Example
Text Example
White with #74D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D587; }
p { color: rgb(116,213,135); }
H1.HeaderClassName
{
color: #74D587;
}
.AnyTagClassName
{
color: #74D587;
}
</style>
background-color css
<style>
a { background-color: #74D587; }
a { background-color: rgb(116,213,135); }
div.DivClassName
{
background-color: #74D587;
}
.BgClassName
{
background-color: #74D587;
}
</style>
border-color css
<style>
span { border-color: #74D587; }
span { border-color: rgb(116,213,135); }
td.TdClassName
{
border-color: #74D587;
}
.TagClassName
{
border-color: #74D587;
}
</style>