Shades of Pastel Green #7FE85B
Tints of Pastel Green #7FE85B
RGB
CMYK
RGB Variations
Color information
#7FE85B (or 0x7FE85B) is known color: Pastel Green. HEX triplet: 7F, E8 and 5B. RGB value is (127,232,91). Sum of RGB (Red+Green+Blue) = 127+232+91=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE85B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE85B is #8017A4. Grayscale: #B8B8B8. Windows color (decimal): -8394661 or 6023295. OLE color: 6023295.
HSL color Cylindrical-coordinate representation of color #7FE85B: hue angle of 104.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FE85B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 91 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.09 |
| HSL | 104.68º | 0.75% | 0.63% | - |
| HSV(B) | 104.68º | 0.61% | 0.91% | - |
| XYZ | 39.5 | 62.98 | 19.97 | - |
| YUV | 184.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 91 | 0.45 | 0 | 0.61 | 0.09 | 104.68 | 0.75 | 0.63 |
| Hex | 7F | E8 | 5B | 2D | 0 | 3D | 9 | 69 | 4B | 3F |
| Octal | 177 | 350 | 133 | 55 | 0 | 75 | 11 | 151 | 113 | 77 |
| Binary | 1111111 | 11101000 | 1011011 | 101101 | 0 | 111101 | 1001 | 1101001 | 1001011 | 111111 |
Color Harmonies of #7FE85B
Complementary color
Monochromatic Colors of #7FE85B
Black with #7FE85B
Text Example
Text Example
White with #7FE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE85B; }
p { color: rgb(127,232,91); }
H1.HeaderClassName
{
color: #7FE85B;
}
.AnyTagClassName
{
color: #7FE85B;
}
</style>
background-color css
<style>
a { background-color: #7FE85B; }
a { background-color: rgb(127,232,91); }
div.DivClassName
{
background-color: #7FE85B;
}
.BgClassName
{
background-color: #7FE85B;
}
</style>
border-color css
<style>
span { border-color: #7FE85B; }
span { border-color: rgb(127,232,91); }
td.TdClassName
{
border-color: #7FE85B;
}
.TagClassName
{
border-color: #7FE85B;
}
</style>