Shades of Pastel Green #7FE165
Tints of Pastel Green #7FE165
RGB
CMYK
RGB Variations
Color information
#7FE165 (or 0x7FE165) is known color: Pastel Green. HEX triplet: 7F, E1 and 65. RGB value is (127,225,101). Sum of RGB (Red+Green+Blue) = 127+225+101=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE165 is #801E9A. Grayscale: #B5B5B5. Windows color (decimal): -8396443 or 6676863. OLE color: 6676863.
HSL color Cylindrical-coordinate representation of color #7FE165: hue angle of 107.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FE165 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 101 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.12 |
| HSL | 107.42º | 0.67% | 0.64% | - |
| HSV(B) | 107.42º | 0.55% | 0.88% | - |
| XYZ | 38.03 | 59.3 | 21.75 | - |
| YUV | 181.56 | 82.53 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 101 | 0.44 | 0 | 0.55 | 0.12 | 107.42 | 0.67 | 0.64 |
| Hex | 7F | E1 | 65 | 2C | 0 | 37 | C | 6B | 43 | 40 |
| Octal | 177 | 341 | 145 | 54 | 0 | 67 | 14 | 153 | 103 | 100 |
| Binary | 1111111 | 11100001 | 1100101 | 101100 | 0 | 110111 | 1100 | 1101011 | 1000011 | 1000000 |
Color Harmonies of #7FE165
Complementary color
Monochromatic Colors of #7FE165
Black with #7FE165
Text Example
Text Example
White with #7FE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE165; }
p { color: rgb(127,225,101); }
H1.HeaderClassName
{
color: #7FE165;
}
.AnyTagClassName
{
color: #7FE165;
}
</style>
background-color css
<style>
a { background-color: #7FE165; }
a { background-color: rgb(127,225,101); }
div.DivClassName
{
background-color: #7FE165;
}
.BgClassName
{
background-color: #7FE165;
}
</style>
border-color css
<style>
span { border-color: #7FE165; }
span { border-color: rgb(127,225,101); }
td.TdClassName
{
border-color: #7FE165;
}
.TagClassName
{
border-color: #7FE165;
}
</style>