Shades of Pastel Green #74E191
Tints of Pastel Green #74E191
RGB
CMYK
RGB Variations
Color information
#74E191 (or 0x74E191) is known color: Pastel Green. HEX triplet: 74, E1 and 91. RGB value is (116,225,145). Sum of RGB (Red+Green+Blue) = 116+225+145=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #74E191 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E191 is #8B1E6E. Grayscale: #B7B7B7. Windows color (decimal): -9117295 or 9560436. OLE color: 9560436.
HSL color Cylindrical-coordinate representation of color #74E191: hue angle of 135.96º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E191 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 145 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.12 |
| HSL | 135.96º | 0.64% | 0.67% | - |
| HSV(B) | 135.96º | 0.48% | 0.88% | - |
| XYZ | 39.24 | 59.61 | 36.23 | - |
| YUV | 183.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 145 | 0.48 | 0 | 0.36 | 0.12 | 135.96 | 0.64 | 0.67 |
| Hex | 74 | E1 | 91 | 30 | 0 | 24 | C | 88 | 40 | 43 |
| Octal | 164 | 341 | 221 | 60 | 0 | 44 | 14 | 210 | 100 | 103 |
| Binary | 1110100 | 11100001 | 10010001 | 110000 | 0 | 100100 | 1100 | 10001000 | 1000000 | 1000011 |
Color Harmonies of #74E191
Complementary color
Monochromatic Colors of #74E191
Black with #74E191
Text Example
Text Example
White with #74E191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E191; }
p { color: rgb(116,225,145); }
H1.HeaderClassName
{
color: #74E191;
}
.AnyTagClassName
{
color: #74E191;
}
</style>
background-color css
<style>
a { background-color: #74E191; }
a { background-color: rgb(116,225,145); }
div.DivClassName
{
background-color: #74E191;
}
.BgClassName
{
background-color: #74E191;
}
</style>
border-color css
<style>
span { border-color: #74E191; }
span { border-color: rgb(116,225,145); }
td.TdClassName
{
border-color: #74E191;
}
.TagClassName
{
border-color: #74E191;
}
</style>