Shades of Pastel Green #74F57F
Tints of Pastel Green #74F57F
RGB
CMYK
RGB Variations
Color information
#74F57F (or 0x74F57F) is known color: Pastel Green. HEX triplet: 74, F5 and 7F. RGB value is (116,245,127). Sum of RGB (Red+Green+Blue) = 116+245+127=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #74F57F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F57F is #8B0A80. Grayscale: #C1C1C1. Windows color (decimal): -9112193 or 8385908. OLE color: 8385908.
HSL color Cylindrical-coordinate representation of color #74F57F: hue angle of 125.12º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F57F is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 127 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.04 |
| HSL | 125.12º | 0.87% | 0.71% | - |
| HSV(B) | 125.12º | 0.53% | 0.96% | - |
| XYZ | 43.69 | 70.55 | 31.39 | - |
| YUV | 192.98 | 90.76 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 127 | 0.53 | 0 | 0.48 | 0.04 | 125.12 | 0.87 | 0.71 |
| Hex | 74 | F5 | 7F | 35 | 0 | 30 | 4 | 7D | 57 | 47 |
| Octal | 164 | 365 | 177 | 65 | 0 | 60 | 4 | 175 | 127 | 107 |
| Binary | 1110100 | 11110101 | 1111111 | 110101 | 0 | 110000 | 100 | 1111101 | 1010111 | 1000111 |
Color Harmonies of #74F57F
Complementary color
Monochromatic Colors of #74F57F
Black with #74F57F
Text Example
Text Example
White with #74F57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F57F; }
p { color: rgb(116,245,127); }
H1.HeaderClassName
{
color: #74F57F;
}
.AnyTagClassName
{
color: #74F57F;
}
</style>
background-color css
<style>
a { background-color: #74F57F; }
a { background-color: rgb(116,245,127); }
div.DivClassName
{
background-color: #74F57F;
}
.BgClassName
{
background-color: #74F57F;
}
</style>
border-color css
<style>
span { border-color: #74F57F; }
span { border-color: rgb(116,245,127); }
td.TdClassName
{
border-color: #74F57F;
}
.TagClassName
{
border-color: #74F57F;
}
</style>