Shades of Pastel Green #74DB75
Tints of Pastel Green #74DB75
RGB
CMYK
RGB Variations
Color information
#74DB75 (or 0x74DB75) is known color: Pastel Green. HEX triplet: 74, DB and 75. RGB value is (116,219,117). Sum of RGB (Red+Green+Blue) = 116+219+117=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DB75 is #8B248A. Grayscale: #B0B0B0. Windows color (decimal): -9118859 or 7723892. OLE color: 7723892.
HSL color Cylindrical-coordinate representation of color #74DB75: hue angle of 120.58º 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 #74DB75 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 117 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.14 |
| HSL | 120.58º | 0.59% | 0.66% | - |
| HSV(B) | 120.58º | 0.47% | 0.86% | - |
| XYZ | 35.74 | 55.66 | 25.69 | - |
| YUV | 176.58 | 94.38 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 117 | 0.47 | 0 | 0.47 | 0.14 | 120.58 | 0.59 | 0.66 |
| Hex | 74 | DB | 75 | 2F | 0 | 2F | E | 79 | 3B | 42 |
| Octal | 164 | 333 | 165 | 57 | 0 | 57 | 16 | 171 | 73 | 102 |
| Binary | 1110100 | 11011011 | 1110101 | 101111 | 0 | 101111 | 1110 | 1111001 | 111011 | 1000010 |
Color Harmonies of #74DB75
Complementary color
Monochromatic Colors of #74DB75
Black with #74DB75
Text Example
Text Example
White with #74DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB75; }
p { color: rgb(116,219,117); }
H1.HeaderClassName
{
color: #74DB75;
}
.AnyTagClassName
{
color: #74DB75;
}
</style>
background-color css
<style>
a { background-color: #74DB75; }
a { background-color: rgb(116,219,117); }
div.DivClassName
{
background-color: #74DB75;
}
.BgClassName
{
background-color: #74DB75;
}
</style>
border-color css
<style>
span { border-color: #74DB75; }
span { border-color: rgb(116,219,117); }
td.TdClassName
{
border-color: #74DB75;
}
.TagClassName
{
border-color: #74DB75;
}
</style>