Shades of Pastel Green #74E77F
Tints of Pastel Green #74E77F
RGB
CMYK
RGB Variations
Color information
#74E77F (or 0x74E77F) is known color: Pastel Green. HEX triplet: 74, E7 and 7F. RGB value is (116,231,127). Sum of RGB (Red+Green+Blue) = 116+231+127=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #74E77F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E77F is #8B1880. Grayscale: #B9B9B9. Windows color (decimal): -9115777 or 8382324. OLE color: 8382324.
HSL color Cylindrical-coordinate representation of color #74E77F: hue angle of 125.74º degrees, saturation: 0.71, 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 #74E77F is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 127 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.09 |
| HSL | 125.74º | 0.71% | 0.68% | - |
| HSV(B) | 125.74º | 0.5% | 0.91% | - |
| XYZ | 39.61 | 62.4 | 30.03 | - |
| YUV | 184.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 127 | 0.50 | 0 | 0.45 | 0.09 | 125.74 | 0.71 | 0.68 |
| Hex | 74 | E7 | 7F | 32 | 0 | 2D | 9 | 7E | 47 | 44 |
| Octal | 164 | 347 | 177 | 62 | 0 | 55 | 11 | 176 | 107 | 104 |
| Binary | 1110100 | 11100111 | 1111111 | 110010 | 0 | 101101 | 1001 | 1111110 | 1000111 | 1000100 |
Color Harmonies of #74E77F
Complementary color
Monochromatic Colors of #74E77F
Black with #74E77F
Text Example
Text Example
White with #74E77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E77F; }
p { color: rgb(116,231,127); }
H1.HeaderClassName
{
color: #74E77F;
}
.AnyTagClassName
{
color: #74E77F;
}
</style>
background-color css
<style>
a { background-color: #74E77F; }
a { background-color: rgb(116,231,127); }
div.DivClassName
{
background-color: #74E77F;
}
.BgClassName
{
background-color: #74E77F;
}
</style>
border-color css
<style>
span { border-color: #74E77F; }
span { border-color: rgb(116,231,127); }
td.TdClassName
{
border-color: #74E77F;
}
.TagClassName
{
border-color: #74E77F;
}
</style>