Shades of Pastel Green #77CC74
Tints of Pastel Green #77CC74
RGB
CMYK
RGB Variations
Color information
#77CC74 (or 0x77CC74) is known color: Pastel Green. HEX triplet: 77, CC and 74. RGB value is (119,204,116). Sum of RGB (Red+Green+Blue) = 119+204+116=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CC74 is #88338B. Grayscale: #A8A8A8. Windows color (decimal): -8926092 or 7654519. OLE color: 7654519.
HSL color Cylindrical-coordinate representation of color #77CC74: hue angle of 117.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CC74 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 116 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.2 |
| HSL | 117.95º | 0.46% | 0.63% | - |
| HSV(B) | 117.95º | 0.43% | 0.8% | - |
| XYZ | 32.35 | 48.37 | 24.15 | - |
| YUV | 168.55 | 98.34 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 116 | 0.42 | 0 | 0.43 | 0.2 | 117.95 | 0.46 | 0.63 |
| Hex | 77 | CC | 74 | 2A | 0 | 2B | 14 | 76 | 2E | 3F |
| Octal | 167 | 314 | 164 | 52 | 0 | 53 | 24 | 166 | 56 | 77 |
| Binary | 1110111 | 11001100 | 1110100 | 101010 | 0 | 101011 | 10100 | 1110110 | 101110 | 111111 |
Color Harmonies of #77CC74
Complementary color
Monochromatic Colors of #77CC74
Black with #77CC74
Text Example
Text Example
White with #77CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC74; }
p { color: rgb(119,204,116); }
H1.HeaderClassName
{
color: #77CC74;
}
.AnyTagClassName
{
color: #77CC74;
}
</style>
background-color css
<style>
a { background-color: #77CC74; }
a { background-color: rgb(119,204,116); }
div.DivClassName
{
background-color: #77CC74;
}
.BgClassName
{
background-color: #77CC74;
}
</style>
border-color css
<style>
span { border-color: #77CC74; }
span { border-color: rgb(119,204,116); }
td.TdClassName
{
border-color: #77CC74;
}
.TagClassName
{
border-color: #77CC74;
}
</style>