Shades of Pastel Green #76F27D
Tints of Pastel Green #76F27D
RGB
CMYK
RGB Variations
Color information
#76F27D (or 0x76F27D) is known color: Pastel Green. HEX triplet: 76, F2 and 7D. RGB value is (118,242,125). Sum of RGB (Red+Green+Blue) = 118+242+125=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #76F27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F27D is #890D82. Grayscale: #BFBFBF. Windows color (decimal): -8981891 or 8254070. OLE color: 8254070.
HSL color Cylindrical-coordinate representation of color #76F27D: hue angle of 123.39º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F27D is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 125 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.05 |
| HSL | 123.39º | 0.83% | 0.71% | - |
| HSV(B) | 123.39º | 0.51% | 0.95% | - |
| XYZ | 42.93 | 68.84 | 30.43 | - |
| YUV | 191.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 125 | 0.51 | 0 | 0.48 | 0.05 | 123.39 | 0.83 | 0.71 |
| Hex | 76 | F2 | 7D | 33 | 0 | 30 | 5 | 7B | 53 | 47 |
| Octal | 166 | 362 | 175 | 63 | 0 | 60 | 5 | 173 | 123 | 107 |
| Binary | 1110110 | 11110010 | 1111101 | 110011 | 0 | 110000 | 101 | 1111011 | 1010011 | 1000111 |
Color Harmonies of #76F27D
Complementary color
Monochromatic Colors of #76F27D
Black with #76F27D
Text Example
Text Example
White with #76F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F27D; }
p { color: rgb(118,242,125); }
H1.HeaderClassName
{
color: #76F27D;
}
.AnyTagClassName
{
color: #76F27D;
}
</style>
background-color css
<style>
a { background-color: #76F27D; }
a { background-color: rgb(118,242,125); }
div.DivClassName
{
background-color: #76F27D;
}
.BgClassName
{
background-color: #76F27D;
}
</style>
border-color css
<style>
span { border-color: #76F27D; }
span { border-color: rgb(118,242,125); }
td.TdClassName
{
border-color: #76F27D;
}
.TagClassName
{
border-color: #76F27D;
}
</style>