Shades of Pastel Green #74D575
Tints of Pastel Green #74D575
RGB
CMYK
RGB Variations
Color information
#74D575 (or 0x74D575) is known color: Pastel Green. HEX triplet: 74, D5 and 75. RGB value is (116,213,117). Sum of RGB (Red+Green+Blue) = 116+213+117=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #74D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D575 is #8B2A8A. Grayscale: #ADADAD. Windows color (decimal): -9120395 or 7722356. OLE color: 7722356.
HSL color Cylindrical-coordinate representation of color #74D575: hue angle of 120.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D575 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 117 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.16 |
| HSL | 120.62º | 0.54% | 0.65% | - |
| HSV(B) | 120.62º | 0.46% | 0.84% | - |
| XYZ | 34.21 | 52.59 | 25.18 | - |
| YUV | 173.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 117 | 0.46 | 0 | 0.45 | 0.16 | 120.62 | 0.54 | 0.65 |
| Hex | 74 | D5 | 75 | 2E | 0 | 2D | 10 | 79 | 36 | 41 |
| Octal | 164 | 325 | 165 | 56 | 0 | 55 | 20 | 171 | 66 | 101 |
| Binary | 1110100 | 11010101 | 1110101 | 101110 | 0 | 101101 | 10000 | 1111001 | 110110 | 1000001 |
Color Harmonies of #74D575
Complementary color
Monochromatic Colors of #74D575
Black with #74D575
Text Example
Text Example
White with #74D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D575; }
p { color: rgb(116,213,117); }
H1.HeaderClassName
{
color: #74D575;
}
.AnyTagClassName
{
color: #74D575;
}
</style>
background-color css
<style>
a { background-color: #74D575; }
a { background-color: rgb(116,213,117); }
div.DivClassName
{
background-color: #74D575;
}
.BgClassName
{
background-color: #74D575;
}
</style>
border-color css
<style>
span { border-color: #74D575; }
span { border-color: rgb(116,213,117); }
td.TdClassName
{
border-color: #74D575;
}
.TagClassName
{
border-color: #74D575;
}
</style>