Shades of Pastel Green #74F27F
Tints of Pastel Green #74F27F
RGB
CMYK
RGB Variations
Color information
#74F27F (or 0x74F27F) is known color: Pastel Green. HEX triplet: 74, F2 and 7F. RGB value is (116,242,127). Sum of RGB (Red+Green+Blue) = 116+242+127=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #74F27F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F27F is #8B0D80. Grayscale: #BFBFBF. Windows color (decimal): -9112961 or 8385140. OLE color: 8385140.
HSL color Cylindrical-coordinate representation of color #74F27F: hue angle of 125.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F27F is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 127 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.05 |
| HSL | 125.24º | 0.83% | 0.7% | - |
| HSV(B) | 125.24º | 0.52% | 0.95% | - |
| XYZ | 42.79 | 68.75 | 31.09 | - |
| YUV | 191.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 127 | 0.52 | 0 | 0.48 | 0.05 | 125.24 | 0.83 | 0.7 |
| Hex | 74 | F2 | 7F | 34 | 0 | 30 | 5 | 7D | 53 | 46 |
| Octal | 164 | 362 | 177 | 64 | 0 | 60 | 5 | 175 | 123 | 106 |
| Binary | 1110100 | 11110010 | 1111111 | 110100 | 0 | 110000 | 101 | 1111101 | 1010011 | 1000110 |
Color Harmonies of #74F27F
Complementary color
Monochromatic Colors of #74F27F
Black with #74F27F
Text Example
Text Example
White with #74F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F27F; }
p { color: rgb(116,242,127); }
H1.HeaderClassName
{
color: #74F27F;
}
.AnyTagClassName
{
color: #74F27F;
}
</style>
background-color css
<style>
a { background-color: #74F27F; }
a { background-color: rgb(116,242,127); }
div.DivClassName
{
background-color: #74F27F;
}
.BgClassName
{
background-color: #74F27F;
}
</style>
border-color css
<style>
span { border-color: #74F27F; }
span { border-color: rgb(116,242,127); }
td.TdClassName
{
border-color: #74F27F;
}
.TagClassName
{
border-color: #74F27F;
}
</style>