Shades of Pastel Green #75CE77
Tints of Pastel Green #75CE77
RGB
CMYK
RGB Variations
Color information
#75CE77 (or 0x75CE77) is known color: Pastel Green. HEX triplet: 75, CE and 77. RGB value is (117,206,119). Sum of RGB (Red+Green+Blue) = 117+206+119=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE77 is #8A3188. Grayscale: #A9A9A9. Windows color (decimal): -9056649 or 7851637. OLE color: 7851637.
HSL color Cylindrical-coordinate representation of color #75CE77: hue angle of 121.35º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CE77 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 119 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.19 |
| HSL | 121.35º | 0.48% | 0.63% | - |
| HSV(B) | 121.35º | 0.43% | 0.81% | - |
| XYZ | 32.74 | 49.26 | 25.23 | - |
| YUV | 169.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 119 | 0.43 | 0 | 0.42 | 0.19 | 121.35 | 0.48 | 0.63 |
| Hex | 75 | CE | 77 | 2B | 0 | 2A | 13 | 79 | 30 | 3F |
| Octal | 165 | 316 | 167 | 53 | 0 | 52 | 23 | 171 | 60 | 77 |
| Binary | 1110101 | 11001110 | 1110111 | 101011 | 0 | 101010 | 10011 | 1111001 | 110000 | 111111 |
Color Harmonies of #75CE77
Complementary color
Monochromatic Colors of #75CE77
Black with #75CE77
Text Example
Text Example
White with #75CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE77; }
p { color: rgb(117,206,119); }
H1.HeaderClassName
{
color: #75CE77;
}
.AnyTagClassName
{
color: #75CE77;
}
</style>
background-color css
<style>
a { background-color: #75CE77; }
a { background-color: rgb(117,206,119); }
div.DivClassName
{
background-color: #75CE77;
}
.BgClassName
{
background-color: #75CE77;
}
</style>
border-color css
<style>
span { border-color: #75CE77; }
span { border-color: rgb(117,206,119); }
td.TdClassName
{
border-color: #75CE77;
}
.TagClassName
{
border-color: #75CE77;
}
</style>