Shades of Pastel Green #77F175
Tints of Pastel Green #77F175
RGB
CMYK
RGB Variations
Color information
#77F175 (or 0x77F175) is known color: Pastel Green. HEX triplet: 77, F1 and 75. RGB value is (119,241,117). Sum of RGB (Red+Green+Blue) = 119+241+117=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #77F175 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77F175 is #880E8A. Grayscale: #BEBEBE. Windows color (decimal): -8916619 or 7729527. OLE color: 7729527.
HSL color Cylindrical-coordinate representation of color #77F175: hue angle of 119.03º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F175 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 241 | 117 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.05 |
| HSL | 119.03º | 0.82% | 0.7% | - |
| HSV(B) | 119.03º | 0.51% | 0.95% | - |
| XYZ | 42.27 | 68.12 | 27.75 | - |
| YUV | 190.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 241 | 117 | 0.51 | 0 | 0.51 | 0.05 | 119.03 | 0.82 | 0.7 |
| Hex | 77 | F1 | 75 | 33 | 0 | 33 | 5 | 77 | 52 | 46 |
| Octal | 167 | 361 | 165 | 63 | 0 | 63 | 5 | 167 | 122 | 106 |
| Binary | 1110111 | 11110001 | 1110101 | 110011 | 0 | 110011 | 101 | 1110111 | 1010010 | 1000110 |
Color Harmonies of #77F175
Complementary color
Monochromatic Colors of #77F175
Black with #77F175
Text Example
Text Example
White with #77F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F175; }
p { color: rgb(119,241,117); }
H1.HeaderClassName
{
color: #77F175;
}
.AnyTagClassName
{
color: #77F175;
}
</style>
background-color css
<style>
a { background-color: #77F175; }
a { background-color: rgb(119,241,117); }
div.DivClassName
{
background-color: #77F175;
}
.BgClassName
{
background-color: #77F175;
}
</style>
border-color css
<style>
span { border-color: #77F175; }
span { border-color: rgb(119,241,117); }
td.TdClassName
{
border-color: #77F175;
}
.TagClassName
{
border-color: #77F175;
}
</style>