Shades of Pastel Green #74D675
Tints of Pastel Green #74D675
RGB
CMYK
RGB Variations
Color information
#74D675 (or 0x74D675) is known color: Pastel Green. HEX triplet: 74, D6 and 75. RGB value is (116,214,117). Sum of RGB (Red+Green+Blue) = 116+214+117=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #74D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D675 is #8B298A. Grayscale: #ADADAD. Windows color (decimal): -9120139 or 7722612. OLE color: 7722612.
HSL color Cylindrical-coordinate representation of color #74D675: hue angle of 120.61º 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 #74D675 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 117 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.16 |
| HSL | 120.61º | 0.54% | 0.65% | - |
| HSV(B) | 120.61º | 0.46% | 0.84% | - |
| XYZ | 34.46 | 53.09 | 25.26 | - |
| YUV | 173.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 117 | 0.46 | 0 | 0.45 | 0.16 | 120.61 | 0.54 | 0.65 |
| Hex | 74 | D6 | 75 | 2E | 0 | 2D | 10 | 79 | 36 | 41 |
| Octal | 164 | 326 | 165 | 56 | 0 | 55 | 20 | 171 | 66 | 101 |
| Binary | 1110100 | 11010110 | 1110101 | 101110 | 0 | 101101 | 10000 | 1111001 | 110110 | 1000001 |
Color Harmonies of #74D675
Complementary color
Monochromatic Colors of #74D675
Black with #74D675
Text Example
Text Example
White with #74D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D675; }
p { color: rgb(116,214,117); }
H1.HeaderClassName
{
color: #74D675;
}
.AnyTagClassName
{
color: #74D675;
}
</style>
background-color css
<style>
a { background-color: #74D675; }
a { background-color: rgb(116,214,117); }
div.DivClassName
{
background-color: #74D675;
}
.BgClassName
{
background-color: #74D675;
}
</style>
border-color css
<style>
span { border-color: #74D675; }
span { border-color: rgb(116,214,117); }
td.TdClassName
{
border-color: #74D675;
}
.TagClassName
{
border-color: #74D675;
}
</style>