Shades of Pastel Green #7FEA6A
Tints of Pastel Green #7FEA6A
RGB
CMYK
RGB Variations
Color information
#7FEA6A (or 0x7FEA6A) is known color: Pastel Green. HEX triplet: 7F, EA and 6A. RGB value is (127,234,106). Sum of RGB (Red+Green+Blue) = 127+234+106=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEA6A is #801595. Grayscale: #BBBBBB. Windows color (decimal): -8394134 or 7006847. OLE color: 7006847.
HSL color Cylindrical-coordinate representation of color #7FEA6A: hue angle of 110.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FEA6A is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 106 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.08 |
| HSL | 110.16º | 0.75% | 0.67% | - |
| HSV(B) | 110.16º | 0.55% | 0.92% | - |
| XYZ | 40.78 | 64.4 | 23.92 | - |
| YUV | 187.42 | 82.05 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 106 | 0.46 | 0 | 0.55 | 0.08 | 110.16 | 0.75 | 0.67 |
| Hex | 7F | EA | 6A | 2E | 0 | 37 | 8 | 6E | 4B | 43 |
| Octal | 177 | 352 | 152 | 56 | 0 | 67 | 10 | 156 | 113 | 103 |
| Binary | 1111111 | 11101010 | 1101010 | 101110 | 0 | 110111 | 1000 | 1101110 | 1001011 | 1000011 |
Color Harmonies of #7FEA6A
Complementary color
Monochromatic Colors of #7FEA6A
Black with #7FEA6A
Text Example
Text Example
White with #7FEA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA6A; }
p { color: rgb(127,234,106); }
H1.HeaderClassName
{
color: #7FEA6A;
}
.AnyTagClassName
{
color: #7FEA6A;
}
</style>
background-color css
<style>
a { background-color: #7FEA6A; }
a { background-color: rgb(127,234,106); }
div.DivClassName
{
background-color: #7FEA6A;
}
.BgClassName
{
background-color: #7FEA6A;
}
</style>
border-color css
<style>
span { border-color: #7FEA6A; }
span { border-color: rgb(127,234,106); }
td.TdClassName
{
border-color: #7FEA6A;
}
.TagClassName
{
border-color: #7FEA6A;
}
</style>