Shades of Pastel Green #74D573
Tints of Pastel Green #74D573
RGB
CMYK
RGB Variations
Color information
#74D573 (or 0x74D573) is known color: Pastel Green. HEX triplet: 74, D5 and 73. RGB value is (116,213,115). Sum of RGB (Red+Green+Blue) = 116+213+115=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #74D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D573 is #8B2A8C. Grayscale: #ADADAD. Windows color (decimal): -9120397 or 7591284. OLE color: 7591284.
HSL color Cylindrical-coordinate representation of color #74D573: hue angle of 119.39º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D573 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 115 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.16 |
| HSL | 119.39º | 0.54% | 0.64% | - |
| HSV(B) | 119.39º | 0.46% | 0.84% | - |
| XYZ | 34.09 | 52.54 | 24.56 | - |
| YUV | 172.83 | 95.36 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 115 | 0.46 | 0 | 0.46 | 0.16 | 119.39 | 0.54 | 0.64 |
| Hex | 74 | D5 | 73 | 2E | 0 | 2E | 10 | 77 | 36 | 40 |
| Octal | 164 | 325 | 163 | 56 | 0 | 56 | 20 | 167 | 66 | 100 |
| Binary | 1110100 | 11010101 | 1110011 | 101110 | 0 | 101110 | 10000 | 1110111 | 110110 | 1000000 |
Color Harmonies of #74D573
Complementary color
Monochromatic Colors of #74D573
Black with #74D573
Text Example
Text Example
White with #74D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D573; }
p { color: rgb(116,213,115); }
H1.HeaderClassName
{
color: #74D573;
}
.AnyTagClassName
{
color: #74D573;
}
</style>
background-color css
<style>
a { background-color: #74D573; }
a { background-color: rgb(116,213,115); }
div.DivClassName
{
background-color: #74D573;
}
.BgClassName
{
background-color: #74D573;
}
</style>
border-color css
<style>
span { border-color: #74D573; }
span { border-color: rgb(116,213,115); }
td.TdClassName
{
border-color: #74D573;
}
.TagClassName
{
border-color: #74D573;
}
</style>