Shades of Pastel Green #76EB6E
Tints of Pastel Green #76EB6E
RGB
CMYK
RGB Variations
Color information
#76EB6E (or 0x76EB6E) is known color: Pastel Green. HEX triplet: 76, EB and 6E. RGB value is (118,235,110). Sum of RGB (Red+Green+Blue) = 118+235+110=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #76EB6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76EB6E is #891491. Grayscale: #BABABA. Windows color (decimal): -8983698 or 7269238. OLE color: 7269238.
HSL color Cylindrical-coordinate representation of color #76EB6E: hue angle of 116.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76EB6E is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
RGB | 118 | 235 | 110 | - |
CMYK | 0.50 | 0 | 0.53 | 0.08 |
HSL | 116.16º | 0.76% | 0.68% | - |
HSV(B) | 116.16º | 0.53% | 0.92% | - |
XYZ | 39.99 | 64.39 | 25.07 | - |
YUV | 185.77 | 85.24 | 79.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 235 | 110 | 0.50 | 0 | 0.53 | 0.08 | 116.16 | 0.76 | 0.68 |
Hex | 76 | EB | 6E | 32 | 0 | 35 | 8 | 74 | 4C | 44 |
Octal | 166 | 353 | 156 | 62 | 0 | 65 | 10 | 164 | 114 | 104 |
Binary | 1110110 | 11101011 | 1101110 | 110010 | 0 | 110101 | 1000 | 1110100 | 1001100 | 1000100 |
Color Harmonies of #76EB6E
Complementary color
Monochromatic Colors of #76EB6E
Black with #76EB6E
Text Example
Text Example
White with #76EB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EB6E; }
p { color: rgb(118,235,110); }
H1.HeaderClassName
{
color: #76EB6E;
}
.AnyTagClassName
{
color: #76EB6E;
}
</style>
background-color css
<style>
a { background-color: #76EB6E; }
a { background-color: rgb(118,235,110); }
div.DivClassName
{
background-color: #76EB6E;
}
.BgClassName
{
background-color: #76EB6E;
}
</style>
border-color css
<style>
span { border-color: #76EB6E; }
span { border-color: rgb(118,235,110); }
td.TdClassName
{
border-color: #76EB6E;
}
.TagClassName
{
border-color: #76EB6E;
}
</style>