Shades of Light Green #76F38C
Tints of Light Green #76F38C
RGB
CMYK
RGB Variations
Color information
#76F38C (or 0x76F38C) is known color: Light Green. HEX triplet: 76, F3 and 8C. RGB value is (118,243,140). Sum of RGB (Red+Green+Blue) = 118+243+140=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #76F38C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F38C is #890C73. Grayscale: #C2C2C2. Windows color (decimal): -8981620 or 9237366. OLE color: 9237366.
HSL color Cylindrical-coordinate representation of color #76F38C: hue angle of 130.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F38C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 243 | 140 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.05 |
| HSL | 130.56º | 0.84% | 0.71% | - |
| HSV(B) | 130.56º | 0.51% | 0.95% | - |
| XYZ | 44.26 | 69.85 | 35.96 | - |
| YUV | 193.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 243 | 140 | 0.51 | 0 | 0.42 | 0.05 | 130.56 | 0.84 | 0.71 |
| Hex | 76 | F3 | 8C | 33 | 0 | 2A | 5 | 83 | 54 | 47 |
| Octal | 166 | 363 | 214 | 63 | 0 | 52 | 5 | 203 | 124 | 107 |
| Binary | 1110110 | 11110011 | 10001100 | 110011 | 0 | 101010 | 101 | 10000011 | 1010100 | 1000111 |
Color Harmonies of #76F38C
Complementary color
Monochromatic Colors of #76F38C
Black with #76F38C
Text Example
Text Example
White with #76F38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F38C; }
p { color: rgb(118,243,140); }
H1.HeaderClassName
{
color: #76F38C;
}
.AnyTagClassName
{
color: #76F38C;
}
</style>
background-color css
<style>
a { background-color: #76F38C; }
a { background-color: rgb(118,243,140); }
div.DivClassName
{
background-color: #76F38C;
}
.BgClassName
{
background-color: #76F38C;
}
</style>
border-color css
<style>
span { border-color: #76F38C; }
span { border-color: rgb(118,243,140); }
td.TdClassName
{
border-color: #76F38C;
}
.TagClassName
{
border-color: #76F38C;
}
</style>