Shades of Pastel Green #74DC7A
Tints of Pastel Green #74DC7A
RGB
CMYK
RGB Variations
Color information
#74DC7A (or 0x74DC7A) is known color: Pastel Green. HEX triplet: 74, DC and 7A. RGB value is (116,220,122). Sum of RGB (Red+Green+Blue) = 116+220+122=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC7A is #8B2385. Grayscale: #B2B2B2. Windows color (decimal): -9118598 or 8051828. OLE color: 8051828.
HSL color Cylindrical-coordinate representation of color #74DC7A: hue angle of 123.46º degrees, saturation: 0.6, 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 #74DC7A is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 122 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.14 |
| HSL | 123.46º | 0.6% | 0.66% | - |
| HSV(B) | 123.46º | 0.47% | 0.86% | - |
| XYZ | 36.31 | 56.3 | 27.37 | - |
| YUV | 177.73 | 96.54 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 122 | 0.47 | 0 | 0.45 | 0.14 | 123.46 | 0.6 | 0.66 |
| Hex | 74 | DC | 7A | 2F | 0 | 2D | E | 7B | 3C | 42 |
| Octal | 164 | 334 | 172 | 57 | 0 | 55 | 16 | 173 | 74 | 102 |
| Binary | 1110100 | 11011100 | 1111010 | 101111 | 0 | 101101 | 1110 | 1111011 | 111100 | 1000010 |
Color Harmonies of #74DC7A
Complementary color
Monochromatic Colors of #74DC7A
Black with #74DC7A
Text Example
Text Example
White with #74DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC7A; }
p { color: rgb(116,220,122); }
H1.HeaderClassName
{
color: #74DC7A;
}
.AnyTagClassName
{
color: #74DC7A;
}
</style>
background-color css
<style>
a { background-color: #74DC7A; }
a { background-color: rgb(116,220,122); }
div.DivClassName
{
background-color: #74DC7A;
}
.BgClassName
{
background-color: #74DC7A;
}
</style>
border-color css
<style>
span { border-color: #74DC7A; }
span { border-color: rgb(116,220,122); }
td.TdClassName
{
border-color: #74DC7A;
}
.TagClassName
{
border-color: #74DC7A;
}
</style>