Shades of Pastel Green #74D875
Tints of Pastel Green #74D875
RGB
CMYK
RGB Variations
Color information
#74D875 (or 0x74D875) is known color: Pastel Green. HEX triplet: 74, D8 and 75. RGB value is (116,216,117). Sum of RGB (Red+Green+Blue) = 116+216+117=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #74D875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D875 is #8B278A. Grayscale: #AFAFAF. Windows color (decimal): -9119627 or 7723124. OLE color: 7723124.
HSL color Cylindrical-coordinate representation of color #74D875: hue angle of 120.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D875 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 117 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.15 |
| HSL | 120.6º | 0.56% | 0.65% | - |
| HSV(B) | 120.6º | 0.46% | 0.85% | - |
| XYZ | 34.97 | 54.11 | 25.43 | - |
| YUV | 174.81 | 95.37 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 117 | 0.46 | 0 | 0.46 | 0.15 | 120.6 | 0.56 | 0.65 |
| Hex | 74 | D8 | 75 | 2E | 0 | 2E | F | 79 | 38 | 41 |
| Octal | 164 | 330 | 165 | 56 | 0 | 56 | 17 | 171 | 70 | 101 |
| Binary | 1110100 | 11011000 | 1110101 | 101110 | 0 | 101110 | 1111 | 1111001 | 111000 | 1000001 |
Color Harmonies of #74D875
Complementary color
Monochromatic Colors of #74D875
Black with #74D875
Text Example
Text Example
White with #74D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D875; }
p { color: rgb(116,216,117); }
H1.HeaderClassName
{
color: #74D875;
}
.AnyTagClassName
{
color: #74D875;
}
</style>
background-color css
<style>
a { background-color: #74D875; }
a { background-color: rgb(116,216,117); }
div.DivClassName
{
background-color: #74D875;
}
.BgClassName
{
background-color: #74D875;
}
</style>
border-color css
<style>
span { border-color: #74D875; }
span { border-color: rgb(116,216,117); }
td.TdClassName
{
border-color: #74D875;
}
.TagClassName
{
border-color: #74D875;
}
</style>