Shades of Pastel Green #74E591
Tints of Pastel Green #74E591
RGB
CMYK
RGB Variations
Color information
#74E591 (or 0x74E591) is known color: Pastel Green. HEX triplet: 74, E5 and 91. RGB value is (116,229,145). Sum of RGB (Red+Green+Blue) = 116+229+145=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #74E591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E591 is #8B1A6E. Grayscale: #B9B9B9. Windows color (decimal): -9116271 or 9561460. OLE color: 9561460.
HSL color Cylindrical-coordinate representation of color #74E591: hue angle of 135.4º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E591 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 145 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.10 |
| HSL | 135.4º | 0.68% | 0.68% | - |
| HSV(B) | 135.4º | 0.49% | 0.9% | - |
| XYZ | 40.33 | 61.8 | 36.59 | - |
| YUV | 185.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 145 | 0.49 | 0 | 0.37 | 0.10 | 135.4 | 0.68 | 0.68 |
| Hex | 74 | E5 | 91 | 31 | 0 | 25 | A | 87 | 44 | 44 |
| Octal | 164 | 345 | 221 | 61 | 0 | 45 | 12 | 207 | 104 | 104 |
| Binary | 1110100 | 11100101 | 10010001 | 110001 | 0 | 100101 | 1010 | 10000111 | 1000100 | 1000100 |
Color Harmonies of #74E591
Complementary color
Monochromatic Colors of #74E591
Black with #74E591
Text Example
Text Example
White with #74E591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E591; }
p { color: rgb(116,229,145); }
H1.HeaderClassName
{
color: #74E591;
}
.AnyTagClassName
{
color: #74E591;
}
</style>
background-color css
<style>
a { background-color: #74E591; }
a { background-color: rgb(116,229,145); }
div.DivClassName
{
background-color: #74E591;
}
.BgClassName
{
background-color: #74E591;
}
</style>
border-color css
<style>
span { border-color: #74E591; }
span { border-color: rgb(116,229,145); }
td.TdClassName
{
border-color: #74E591;
}
.TagClassName
{
border-color: #74E591;
}
</style>