Shades of Pastel Green #74E881
Tints of Pastel Green #74E881
RGB
CMYK
RGB Variations
Color information
#74E881 (or 0x74E881) is known color: Pastel Green. HEX triplet: 74, E8 and 81. RGB value is (116,232,129). Sum of RGB (Red+Green+Blue) = 116+232+129=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #74E881 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E881 is #8B177E. Grayscale: #B9B9B9. Windows color (decimal): -9115519 or 8513652. OLE color: 8513652.
HSL color Cylindrical-coordinate representation of color #74E881: hue angle of 126.72º 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 #74E881 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 129 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.09 |
| HSL | 126.72º | 0.72% | 0.68% | - |
| HSV(B) | 126.72º | 0.5% | 0.91% | - |
| XYZ | 40.02 | 63.01 | 30.82 | - |
| YUV | 185.57 | 96.07 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 129 | 0.50 | 0 | 0.44 | 0.09 | 126.72 | 0.72 | 0.68 |
| Hex | 74 | E8 | 81 | 32 | 0 | 2C | 9 | 7F | 48 | 44 |
| Octal | 164 | 350 | 201 | 62 | 0 | 54 | 11 | 177 | 110 | 104 |
| Binary | 1110100 | 11101000 | 10000001 | 110010 | 0 | 101100 | 1001 | 1111111 | 1001000 | 1000100 |
Color Harmonies of #74E881
Complementary color
Monochromatic Colors of #74E881
Black with #74E881
Text Example
Text Example
White with #74E881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E881; }
p { color: rgb(116,232,129); }
H1.HeaderClassName
{
color: #74E881;
}
.AnyTagClassName
{
color: #74E881;
}
</style>
background-color css
<style>
a { background-color: #74E881; }
a { background-color: rgb(116,232,129); }
div.DivClassName
{
background-color: #74E881;
}
.BgClassName
{
background-color: #74E881;
}
</style>
border-color css
<style>
span { border-color: #74E881; }
span { border-color: rgb(116,232,129); }
td.TdClassName
{
border-color: #74E881;
}
.TagClassName
{
border-color: #74E881;
}
</style>