Shades of Pastel Green #74F77F
Tints of Pastel Green #74F77F
RGB
CMYK
RGB Variations
Color information
#74F77F (or 0x74F77F) is known color: Pastel Green. HEX triplet: 74, F7 and 7F. RGB value is (116,247,127). Sum of RGB (Red+Green+Blue) = 116+247+127=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #74F77F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F77F is #8B0880. Grayscale: #C2C2C2. Windows color (decimal): -9111681 or 8386420. OLE color: 8386420.
HSL color Cylindrical-coordinate representation of color #74F77F: hue angle of 125.04º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F77F is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 127 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.03 |
| HSL | 125.04º | 0.89% | 0.71% | - |
| HSV(B) | 125.04º | 0.53% | 0.97% | - |
| XYZ | 44.29 | 71.77 | 31.6 | - |
| YUV | 194.15 | 90.1 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 127 | 0.53 | 0 | 0.49 | 0.03 | 125.04 | 0.89 | 0.71 |
| Hex | 74 | F7 | 7F | 35 | 0 | 31 | 3 | 7D | 59 | 47 |
| Octal | 164 | 367 | 177 | 65 | 0 | 61 | 3 | 175 | 131 | 107 |
| Binary | 1110100 | 11110111 | 1111111 | 110101 | 0 | 110001 | 11 | 1111101 | 1011001 | 1000111 |
Color Harmonies of #74F77F
Complementary color
Monochromatic Colors of #74F77F
Black with #74F77F
Text Example
Text Example
White with #74F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F77F; }
p { color: rgb(116,247,127); }
H1.HeaderClassName
{
color: #74F77F;
}
.AnyTagClassName
{
color: #74F77F;
}
</style>
background-color css
<style>
a { background-color: #74F77F; }
a { background-color: rgb(116,247,127); }
div.DivClassName
{
background-color: #74F77F;
}
.BgClassName
{
background-color: #74F77F;
}
</style>
border-color css
<style>
span { border-color: #74F77F; }
span { border-color: rgb(116,247,127); }
td.TdClassName
{
border-color: #74F77F;
}
.TagClassName
{
border-color: #74F77F;
}
</style>