Shades of Pastel Green #74DF76
Tints of Pastel Green #74DF76
RGB
CMYK
RGB Variations
Color information
#74DF76 (or 0x74DF76) is known color: Pastel Green. HEX triplet: 74, DF and 76. RGB value is (116,223,118). Sum of RGB (Red+Green+Blue) = 116+223+118=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF76 is #8B2089. Grayscale: #B3B3B3. Windows color (decimal): -9117834 or 7790452. OLE color: 7790452.
HSL color Cylindrical-coordinate representation of color #74DF76: hue angle of 121.12º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF76 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 118 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.13 |
| HSL | 121.12º | 0.63% | 0.66% | - |
| HSV(B) | 121.12º | 0.48% | 0.87% | - |
| XYZ | 36.86 | 57.8 | 26.35 | - |
| YUV | 179.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 118 | 0.48 | 0 | 0.47 | 0.13 | 121.12 | 0.63 | 0.66 |
| Hex | 74 | DF | 76 | 30 | 0 | 2F | D | 79 | 3F | 42 |
| Octal | 164 | 337 | 166 | 60 | 0 | 57 | 15 | 171 | 77 | 102 |
| Binary | 1110100 | 11011111 | 1110110 | 110000 | 0 | 101111 | 1101 | 1111001 | 111111 | 1000010 |
Color Harmonies of #74DF76
Complementary color
Monochromatic Colors of #74DF76
Black with #74DF76
Text Example
Text Example
White with #74DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF76; }
p { color: rgb(116,223,118); }
H1.HeaderClassName
{
color: #74DF76;
}
.AnyTagClassName
{
color: #74DF76;
}
</style>
background-color css
<style>
a { background-color: #74DF76; }
a { background-color: rgb(116,223,118); }
div.DivClassName
{
background-color: #74DF76;
}
.BgClassName
{
background-color: #74DF76;
}
</style>
border-color css
<style>
span { border-color: #74DF76; }
span { border-color: rgb(116,223,118); }
td.TdClassName
{
border-color: #74DF76;
}
.TagClassName
{
border-color: #74DF76;
}
</style>