Shades of Pastel Green #74E059
Tints of Pastel Green #74E059
RGB
CMYK
RGB Variations
Color information
#74E059 (or 0x74E059) is known color: Pastel Green. HEX triplet: 74, E0 and 59. RGB value is (116,224,89). Sum of RGB (Red+Green+Blue) = 116+224+89=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #74E059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E059 is #8B1FA6. Grayscale: #B0B0B0. Windows color (decimal): -9117607 or 5890164. OLE color: 5890164.
HSL color Cylindrical-coordinate representation of color #74E059: hue angle of 108º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74E059 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 89 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.12 |
| HSL | 108º | 0.69% | 0.61% | - |
| HSV(B) | 108º | 0.6% | 0.88% | - |
| XYZ | 35.66 | 57.75 | 18.72 | - |
| YUV | 176.32 | 78.72 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 89 | 0.48 | 0 | 0.60 | 0.12 | 108 | 0.69 | 0.61 |
| Hex | 74 | E0 | 59 | 30 | 0 | 3C | C | 6C | 45 | 3D |
| Octal | 164 | 340 | 131 | 60 | 0 | 74 | 14 | 154 | 105 | 75 |
| Binary | 1110100 | 11100000 | 1011001 | 110000 | 0 | 111100 | 1100 | 1101100 | 1000101 | 111101 |
Color Harmonies of #74E059
Complementary color
Monochromatic Colors of #74E059
Black with #74E059
Text Example
Text Example
White with #74E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E059; }
p { color: rgb(116,224,89); }
H1.HeaderClassName
{
color: #74E059;
}
.AnyTagClassName
{
color: #74E059;
}
</style>
background-color css
<style>
a { background-color: #74E059; }
a { background-color: rgb(116,224,89); }
div.DivClassName
{
background-color: #74E059;
}
.BgClassName
{
background-color: #74E059;
}
</style>
border-color css
<style>
span { border-color: #74E059; }
span { border-color: rgb(116,224,89); }
td.TdClassName
{
border-color: #74E059;
}
.TagClassName
{
border-color: #74E059;
}
</style>