Shades of Pastel Green #74DA74
Tints of Pastel Green #74DA74
RGB
CMYK
RGB Variations
Color information
#74DA74 (or 0x74DA74) is known color: Pastel Green. HEX triplet: 74, DA and 74. RGB value is (116,218,116). Sum of RGB (Red+Green+Blue) = 116+218+116=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA74 is #8B258B. Grayscale: #B0B0B0. Windows color (decimal): -9119116 or 7658100. OLE color: 7658100.
HSL color Cylindrical-coordinate representation of color #74DA74: hue angle of 120º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DA74 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 116 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.15 |
| HSL | 120º | 0.58% | 0.65% | - |
| HSV(B) | 120º | 0.47% | 0.85% | - |
| XYZ | 35.43 | 55.12 | 25.29 | - |
| YUV | 175.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 116 | 0.47 | 0 | 0.47 | 0.15 | 120 | 0.58 | 0.65 |
| Hex | 74 | DA | 74 | 2F | 0 | 2F | F | 78 | 3A | 41 |
| Octal | 164 | 332 | 164 | 57 | 0 | 57 | 17 | 170 | 72 | 101 |
| Binary | 1110100 | 11011010 | 1110100 | 101111 | 0 | 101111 | 1111 | 1111000 | 111010 | 1000001 |
Color Harmonies of #74DA74
Complementary color
Monochromatic Colors of #74DA74
Black with #74DA74
Text Example
Text Example
White with #74DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA74; }
p { color: rgb(116,218,116); }
H1.HeaderClassName
{
color: #74DA74;
}
.AnyTagClassName
{
color: #74DA74;
}
</style>
background-color css
<style>
a { background-color: #74DA74; }
a { background-color: rgb(116,218,116); }
div.DivClassName
{
background-color: #74DA74;
}
.BgClassName
{
background-color: #74DA74;
}
</style>
border-color css
<style>
span { border-color: #74DA74; }
span { border-color: rgb(116,218,116); }
td.TdClassName
{
border-color: #74DA74;
}
.TagClassName
{
border-color: #74DA74;
}
</style>