Shades of Pastel Green #74E060
Tints of Pastel Green #74E060
RGB
CMYK
RGB Variations
Color information
#74E060 (or 0x74E060) is known color: Pastel Green. HEX triplet: 74, E0 and 60. RGB value is (116,224,96). Sum of RGB (Red+Green+Blue) = 116+224+96=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #74E060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E060 is #8B1F9F. Grayscale: #B1B1B1. Windows color (decimal): -9117600 or 6348916. OLE color: 6348916.
HSL color Cylindrical-coordinate representation of color #74E060: hue angle of 110.62º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74E060 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 96 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.12 |
| HSL | 110.63º | 0.67% | 0.63% | - |
| HSV(B) | 110.63º | 0.57% | 0.88% | - |
| XYZ | 35.97 | 57.87 | 20.34 | - |
| YUV | 177.12 | 82.22 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 96 | 0.48 | 0 | 0.57 | 0.12 | 110.63 | 0.67 | 0.63 |
| Hex | 74 | E0 | 60 | 30 | 0 | 39 | C | 6F | 43 | 3F |
| Octal | 164 | 340 | 140 | 60 | 0 | 71 | 14 | 157 | 103 | 77 |
| Binary | 1110100 | 11100000 | 1100000 | 110000 | 0 | 111001 | 1100 | 1101111 | 1000011 | 111111 |
Color Harmonies of #74E060
Complementary color
Monochromatic Colors of #74E060
Black with #74E060
Text Example
Text Example
White with #74E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E060; }
p { color: rgb(116,224,96); }
H1.HeaderClassName
{
color: #74E060;
}
.AnyTagClassName
{
color: #74E060;
}
</style>
background-color css
<style>
a { background-color: #74E060; }
a { background-color: rgb(116,224,96); }
div.DivClassName
{
background-color: #74E060;
}
.BgClassName
{
background-color: #74E060;
}
</style>
border-color css
<style>
span { border-color: #74E060; }
span { border-color: rgb(116,224,96); }
td.TdClassName
{
border-color: #74E060;
}
.TagClassName
{
border-color: #74E060;
}
</style>