Shades of Pastel Green #77CA74
Tints of Pastel Green #77CA74
RGB
CMYK
RGB Variations
Color information
#77CA74 (or 0x77CA74) is known color: Pastel Green. HEX triplet: 77, CA and 74. RGB value is (119,202,116). Sum of RGB (Red+Green+Blue) = 119+202+116=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CA74 is #88358B. Grayscale: #A7A7A7. Windows color (decimal): -8926604 or 7654007. OLE color: 7654007.
HSL color Cylindrical-coordinate representation of color #77CA74: hue angle of 117.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CA74 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 116 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.21 |
| HSL | 117.91º | 0.45% | 0.62% | - |
| HSV(B) | 117.91º | 0.43% | 0.79% | - |
| XYZ | 31.88 | 47.42 | 24 | - |
| YUV | 167.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 116 | 0.41 | 0 | 0.43 | 0.21 | 117.91 | 0.45 | 0.62 |
| Hex | 77 | CA | 74 | 29 | 0 | 2B | 15 | 76 | 2D | 3E |
| Octal | 167 | 312 | 164 | 51 | 0 | 53 | 25 | 166 | 55 | 76 |
| Binary | 1110111 | 11001010 | 1110100 | 101001 | 0 | 101011 | 10101 | 1110110 | 101101 | 111110 |
Color Harmonies of #77CA74
Complementary color
Monochromatic Colors of #77CA74
Black with #77CA74
Text Example
Text Example
White with #77CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA74; }
p { color: rgb(119,202,116); }
H1.HeaderClassName
{
color: #77CA74;
}
.AnyTagClassName
{
color: #77CA74;
}
</style>
background-color css
<style>
a { background-color: #77CA74; }
a { background-color: rgb(119,202,116); }
div.DivClassName
{
background-color: #77CA74;
}
.BgClassName
{
background-color: #77CA74;
}
</style>
border-color css
<style>
span { border-color: #77CA74; }
span { border-color: rgb(119,202,116); }
td.TdClassName
{
border-color: #77CA74;
}
.TagClassName
{
border-color: #77CA74;
}
</style>