Shades of Pastel Green #77CF6B
Tints of Pastel Green #77CF6B
RGB
CMYK
RGB Variations
Color information
#77CF6B (or 0x77CF6B) is known color: Pastel Green. HEX triplet: 77, CF and 6B. RGB value is (119,207,107). Sum of RGB (Red+Green+Blue) = 119+207+107=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CF6B is #883094. Grayscale: #A9A9A9. Windows color (decimal): -8925333 or 7065463. OLE color: 7065463.
HSL color Cylindrical-coordinate representation of color #77CF6B: hue angle of 112.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77CF6B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 107 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.19 |
| HSL | 112.8º | 0.51% | 0.62% | - |
| HSV(B) | 112.8º | 0.48% | 0.81% | - |
| XYZ | 32.57 | 49.61 | 21.77 | - |
| YUV | 169.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 107 | 0.43 | 0 | 0.48 | 0.19 | 112.8 | 0.51 | 0.62 |
| Hex | 77 | CF | 6B | 2B | 0 | 30 | 13 | 71 | 33 | 3E |
| Octal | 167 | 317 | 153 | 53 | 0 | 60 | 23 | 161 | 63 | 76 |
| Binary | 1110111 | 11001111 | 1101011 | 101011 | 0 | 110000 | 10011 | 1110001 | 110011 | 111110 |
Color Harmonies of #77CF6B
Complementary color
Monochromatic Colors of #77CF6B
Black with #77CF6B
Text Example
Text Example
White with #77CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF6B; }
p { color: rgb(119,207,107); }
H1.HeaderClassName
{
color: #77CF6B;
}
.AnyTagClassName
{
color: #77CF6B;
}
</style>
background-color css
<style>
a { background-color: #77CF6B; }
a { background-color: rgb(119,207,107); }
div.DivClassName
{
background-color: #77CF6B;
}
.BgClassName
{
background-color: #77CF6B;
}
</style>
border-color css
<style>
span { border-color: #77CF6B; }
span { border-color: rgb(119,207,107); }
td.TdClassName
{
border-color: #77CF6B;
}
.TagClassName
{
border-color: #77CF6B;
}
</style>