Shades of Pastel Green #77CA6B
Tints of Pastel Green #77CA6B
RGB
CMYK
RGB Variations
Color information
#77CA6B (or 0x77CA6B) is known color: Pastel Green. HEX triplet: 77, CA and 6B. RGB value is (119,202,107). Sum of RGB (Red+Green+Blue) = 119+202+107=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CA6B is #883594. Grayscale: #A6A6A6. Windows color (decimal): -8926613 or 7064183. OLE color: 7064183.
HSL color Cylindrical-coordinate representation of color #77CA6B: hue angle of 112.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77CA6B is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 107 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.21 |
| HSL | 112.42º | 0.47% | 0.61% | - |
| HSV(B) | 112.42º | 0.47% | 0.79% | - |
| XYZ | 31.38 | 47.22 | 21.37 | - |
| YUV | 166.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 107 | 0.41 | 0 | 0.47 | 0.21 | 112.42 | 0.47 | 0.61 |
| Hex | 77 | CA | 6B | 29 | 0 | 2F | 15 | 70 | 2F | 3D |
| Octal | 167 | 312 | 153 | 51 | 0 | 57 | 25 | 160 | 57 | 75 |
| Binary | 1110111 | 11001010 | 1101011 | 101001 | 0 | 101111 | 10101 | 1110000 | 101111 | 111101 |
Color Harmonies of #77CA6B
Complementary color
Monochromatic Colors of #77CA6B
Black with #77CA6B
Text Example
Text Example
White with #77CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA6B; }
p { color: rgb(119,202,107); }
H1.HeaderClassName
{
color: #77CA6B;
}
.AnyTagClassName
{
color: #77CA6B;
}
</style>
background-color css
<style>
a { background-color: #77CA6B; }
a { background-color: rgb(119,202,107); }
div.DivClassName
{
background-color: #77CA6B;
}
.BgClassName
{
background-color: #77CA6B;
}
</style>
border-color css
<style>
span { border-color: #77CA6B; }
span { border-color: rgb(119,202,107); }
td.TdClassName
{
border-color: #77CA6B;
}
.TagClassName
{
border-color: #77CA6B;
}
</style>