Shades of Pastel Green #74E87A
Tints of Pastel Green #74E87A
RGB
CMYK
RGB Variations
Color information
#74E87A (or 0x74E87A) is known color: Pastel Green. HEX triplet: 74, E8 and 7A. RGB value is (116,232,122). Sum of RGB (Red+Green+Blue) = 116+232+122=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #74E87A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E87A is #8B1785. Grayscale: #B9B9B9. Windows color (decimal): -9115526 or 8054900. OLE color: 8054900.
HSL color Cylindrical-coordinate representation of color #74E87A: hue angle of 123.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E87A is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 122 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.09 |
| HSL | 123.1º | 0.72% | 0.68% | - |
| HSV(B) | 123.1º | 0.5% | 0.91% | - |
| XYZ | 39.57 | 62.83 | 28.45 | - |
| YUV | 184.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 122 | 0.50 | 0 | 0.47 | 0.09 | 123.1 | 0.72 | 0.68 |
| Hex | 74 | E8 | 7A | 32 | 0 | 2F | 9 | 7B | 48 | 44 |
| Octal | 164 | 350 | 172 | 62 | 0 | 57 | 11 | 173 | 110 | 104 |
| Binary | 1110100 | 11101000 | 1111010 | 110010 | 0 | 101111 | 1001 | 1111011 | 1001000 | 1000100 |
Color Harmonies of #74E87A
Complementary color
Monochromatic Colors of #74E87A
Black with #74E87A
Text Example
Text Example
White with #74E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E87A; }
p { color: rgb(116,232,122); }
H1.HeaderClassName
{
color: #74E87A;
}
.AnyTagClassName
{
color: #74E87A;
}
</style>
background-color css
<style>
a { background-color: #74E87A; }
a { background-color: rgb(116,232,122); }
div.DivClassName
{
background-color: #74E87A;
}
.BgClassName
{
background-color: #74E87A;
}
</style>
border-color css
<style>
span { border-color: #74E87A; }
span { border-color: rgb(116,232,122); }
td.TdClassName
{
border-color: #74E87A;
}
.TagClassName
{
border-color: #74E87A;
}
</style>