Shades of Pastel Green #74DC6D
Tints of Pastel Green #74DC6D
RGB
CMYK
RGB Variations
Color information
#74DC6D (or 0x74DC6D) is known color: Pastel Green. HEX triplet: 74, DC and 6D. RGB value is (116,220,109). Sum of RGB (Red+Green+Blue) = 116+220+109=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC6D is #8B2392. Grayscale: #B0B0B0. Windows color (decimal): -9118611 or 7199860. OLE color: 7199860.
HSL color Cylindrical-coordinate representation of color #74DC6D: hue angle of 116.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DC6D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 109 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.14 |
| HSL | 116.22º | 0.61% | 0.65% | - |
| HSV(B) | 116.22º | 0.5% | 0.86% | - |
| XYZ | 35.56 | 56 | 23.4 | - |
| YUV | 176.25 | 90.04 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 109 | 0.47 | 0 | 0.50 | 0.14 | 116.22 | 0.61 | 0.65 |
| Hex | 74 | DC | 6D | 2F | 0 | 32 | E | 74 | 3D | 41 |
| Octal | 164 | 334 | 155 | 57 | 0 | 62 | 16 | 164 | 75 | 101 |
| Binary | 1110100 | 11011100 | 1101101 | 101111 | 0 | 110010 | 1110 | 1110100 | 111101 | 1000001 |
Color Harmonies of #74DC6D
Complementary color
Monochromatic Colors of #74DC6D
Black with #74DC6D
Text Example
Text Example
White with #74DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC6D; }
p { color: rgb(116,220,109); }
H1.HeaderClassName
{
color: #74DC6D;
}
.AnyTagClassName
{
color: #74DC6D;
}
</style>
background-color css
<style>
a { background-color: #74DC6D; }
a { background-color: rgb(116,220,109); }
div.DivClassName
{
background-color: #74DC6D;
}
.BgClassName
{
background-color: #74DC6D;
}
</style>
border-color css
<style>
span { border-color: #74DC6D; }
span { border-color: rgb(116,220,109); }
td.TdClassName
{
border-color: #74DC6D;
}
.TagClassName
{
border-color: #74DC6D;
}
</style>