Shades of Pastel Green #74DA7A
Tints of Pastel Green #74DA7A
RGB
CMYK
RGB Variations
Color information
#74DA7A (or 0x74DA7A) is known color: Pastel Green. HEX triplet: 74, DA and 7A. RGB value is (116,218,122). Sum of RGB (Red+Green+Blue) = 116+218+122=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA7A is #8B2585. Grayscale: #B0B0B0. Windows color (decimal): -9119110 or 8051316. OLE color: 8051316.
HSL color Cylindrical-coordinate representation of color #74DA7A: hue angle of 123.53º 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 #74DA7A is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 122 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.15 |
| HSL | 123.53º | 0.58% | 0.65% | - |
| HSV(B) | 123.53º | 0.47% | 0.85% | - |
| XYZ | 35.79 | 55.26 | 27.19 | - |
| YUV | 176.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 122 | 0.47 | 0 | 0.44 | 0.15 | 123.53 | 0.58 | 0.65 |
| Hex | 74 | DA | 7A | 2F | 0 | 2C | F | 7C | 3A | 41 |
| Octal | 164 | 332 | 172 | 57 | 0 | 54 | 17 | 174 | 72 | 101 |
| Binary | 1110100 | 11011010 | 1111010 | 101111 | 0 | 101100 | 1111 | 1111100 | 111010 | 1000001 |
Color Harmonies of #74DA7A
Complementary color
Monochromatic Colors of #74DA7A
Black with #74DA7A
Text Example
Text Example
White with #74DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA7A; }
p { color: rgb(116,218,122); }
H1.HeaderClassName
{
color: #74DA7A;
}
.AnyTagClassName
{
color: #74DA7A;
}
</style>
background-color css
<style>
a { background-color: #74DA7A; }
a { background-color: rgb(116,218,122); }
div.DivClassName
{
background-color: #74DA7A;
}
.BgClassName
{
background-color: #74DA7A;
}
</style>
border-color css
<style>
span { border-color: #74DA7A; }
span { border-color: rgb(116,218,122); }
td.TdClassName
{
border-color: #74DA7A;
}
.TagClassName
{
border-color: #74DA7A;
}
</style>