Shades of Pastel Green #74DB76
Tints of Pastel Green #74DB76
RGB
CMYK
RGB Variations
Color information
#74DB76 (or 0x74DB76) is known color: Pastel Green. HEX triplet: 74, DB and 76. RGB value is (116,219,118). Sum of RGB (Red+Green+Blue) = 116+219+118=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB76 is #8B2489. Grayscale: #B0B0B0. Windows color (decimal): -9118858 or 7789428. OLE color: 7789428.
HSL color Cylindrical-coordinate representation of color #74DB76: hue angle of 121.17º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DB76 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 118 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.14 |
| HSL | 121.17º | 0.59% | 0.66% | - |
| HSV(B) | 121.17º | 0.47% | 0.86% | - |
| XYZ | 35.8 | 55.68 | 26 | - |
| YUV | 176.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 118 | 0.47 | 0 | 0.46 | 0.14 | 121.17 | 0.59 | 0.66 |
| Hex | 74 | DB | 76 | 2F | 0 | 2E | E | 79 | 3B | 42 |
| Octal | 164 | 333 | 166 | 57 | 0 | 56 | 16 | 171 | 73 | 102 |
| Binary | 1110100 | 11011011 | 1110110 | 101111 | 0 | 101110 | 1110 | 1111001 | 111011 | 1000010 |
Color Harmonies of #74DB76
Complementary color
Monochromatic Colors of #74DB76
Black with #74DB76
Text Example
Text Example
White with #74DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB76; }
p { color: rgb(116,219,118); }
H1.HeaderClassName
{
color: #74DB76;
}
.AnyTagClassName
{
color: #74DB76;
}
</style>
background-color css
<style>
a { background-color: #74DB76; }
a { background-color: rgb(116,219,118); }
div.DivClassName
{
background-color: #74DB76;
}
.BgClassName
{
background-color: #74DB76;
}
</style>
border-color css
<style>
span { border-color: #74DB76; }
span { border-color: rgb(116,219,118); }
td.TdClassName
{
border-color: #74DB76;
}
.TagClassName
{
border-color: #74DB76;
}
</style>