Shades of Pastel Green #7FF27D
Tints of Pastel Green #7FF27D
RGB
CMYK
RGB Variations
Color information
#7FF27D (or 0x7FF27D) is known color: Pastel Green. HEX triplet: 7F, F2 and 7D. RGB value is (127,242,125). Sum of RGB (Red+Green+Blue) = 127+242+125=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF27D is #800D82. Grayscale: #C2C2C2. Windows color (decimal): -8392067 or 8254079. OLE color: 8254079.
HSL color Cylindrical-coordinate representation of color #7FF27D: hue angle of 118.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF27D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 125 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.05 |
| HSL | 118.97º | 0.82% | 0.72% | - |
| HSV(B) | 118.97º | 0.48% | 0.95% | - |
| XYZ | 44.21 | 69.5 | 30.49 | - |
| YUV | 194.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 125 | 0.48 | 0 | 0.48 | 0.05 | 118.97 | 0.82 | 0.72 |
| Hex | 7F | F2 | 7D | 30 | 0 | 30 | 5 | 77 | 52 | 48 |
| Octal | 177 | 362 | 175 | 60 | 0 | 60 | 5 | 167 | 122 | 110 |
| Binary | 1111111 | 11110010 | 1111101 | 110000 | 0 | 110000 | 101 | 1110111 | 1010010 | 1001000 |
Color Harmonies of #7FF27D
Complementary color
Monochromatic Colors of #7FF27D
Black with #7FF27D
Text Example
Text Example
White with #7FF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF27D; }
p { color: rgb(127,242,125); }
H1.HeaderClassName
{
color: #7FF27D;
}
.AnyTagClassName
{
color: #7FF27D;
}
</style>
background-color css
<style>
a { background-color: #7FF27D; }
a { background-color: rgb(127,242,125); }
div.DivClassName
{
background-color: #7FF27D;
}
.BgClassName
{
background-color: #7FF27D;
}
</style>
border-color css
<style>
span { border-color: #7FF27D; }
span { border-color: rgb(127,242,125); }
td.TdClassName
{
border-color: #7FF27D;
}
.TagClassName
{
border-color: #7FF27D;
}
</style>