Shades of Pastel Green #74DB7D
Tints of Pastel Green #74DB7D
RGB
CMYK
RGB Variations
Color information
#74DB7D (or 0x74DB7D) is known color: Pastel Green. HEX triplet: 74, DB and 7D. RGB value is (116,219,125). Sum of RGB (Red+Green+Blue) = 116+219+125=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB7D is #8B2482. Grayscale: #B1B1B1. Windows color (decimal): -9118851 or 8248180. OLE color: 8248180.
HSL color Cylindrical-coordinate representation of color #74DB7D: hue angle of 125.24º degrees, saturation: 0.59, 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 #74DB7D is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 125 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.14 |
| HSL | 125.24º | 0.59% | 0.66% | - |
| HSV(B) | 125.24º | 0.47% | 0.86% | - |
| XYZ | 36.24 | 55.86 | 28.27 | - |
| YUV | 177.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 125 | 0.47 | 0 | 0.43 | 0.14 | 125.24 | 0.59 | 0.66 |
| Hex | 74 | DB | 7D | 2F | 0 | 2B | E | 7D | 3B | 42 |
| Octal | 164 | 333 | 175 | 57 | 0 | 53 | 16 | 175 | 73 | 102 |
| Binary | 1110100 | 11011011 | 1111101 | 101111 | 0 | 101011 | 1110 | 1111101 | 111011 | 1000010 |
Color Harmonies of #74DB7D
Complementary color
Monochromatic Colors of #74DB7D
Black with #74DB7D
Text Example
Text Example
White with #74DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB7D; }
p { color: rgb(116,219,125); }
H1.HeaderClassName
{
color: #74DB7D;
}
.AnyTagClassName
{
color: #74DB7D;
}
</style>
background-color css
<style>
a { background-color: #74DB7D; }
a { background-color: rgb(116,219,125); }
div.DivClassName
{
background-color: #74DB7D;
}
.BgClassName
{
background-color: #74DB7D;
}
</style>
border-color css
<style>
span { border-color: #74DB7D; }
span { border-color: rgb(116,219,125); }
td.TdClassName
{
border-color: #74DB7D;
}
.TagClassName
{
border-color: #74DB7D;
}
</style>