Shades of Pastel Green #74D985
Tints of Pastel Green #74D985
RGB
CMYK
RGB Variations
Color information
#74D985 (or 0x74D985) is known color: Pastel Green. HEX triplet: 74, D9 and 85. RGB value is (116,217,133). Sum of RGB (Red+Green+Blue) = 116+217+133=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #74D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D985 is #8B267A. Grayscale: #B1B1B1. Windows color (decimal): -9119355 or 8771956. OLE color: 8771956.
HSL color Cylindrical-coordinate representation of color #74D985: hue angle of 130.1º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D985 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 133 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.15 |
| HSL | 130.1º | 0.57% | 0.65% | - |
| HSV(B) | 130.1º | 0.47% | 0.85% | - |
| XYZ | 36.25 | 55.03 | 30.9 | - |
| YUV | 177.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 133 | 0.47 | 0 | 0.39 | 0.15 | 130.1 | 0.57 | 0.65 |
| Hex | 74 | D9 | 85 | 2F | 0 | 27 | F | 82 | 39 | 41 |
| Octal | 164 | 331 | 205 | 57 | 0 | 47 | 17 | 202 | 71 | 101 |
| Binary | 1110100 | 11011001 | 10000101 | 101111 | 0 | 100111 | 1111 | 10000010 | 111001 | 1000001 |
Color Harmonies of #74D985
Complementary color
Monochromatic Colors of #74D985
Black with #74D985
Text Example
Text Example
White with #74D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D985; }
p { color: rgb(116,217,133); }
H1.HeaderClassName
{
color: #74D985;
}
.AnyTagClassName
{
color: #74D985;
}
</style>
background-color css
<style>
a { background-color: #74D985; }
a { background-color: rgb(116,217,133); }
div.DivClassName
{
background-color: #74D985;
}
.BgClassName
{
background-color: #74D985;
}
</style>
border-color css
<style>
span { border-color: #74D985; }
span { border-color: rgb(116,217,133); }
td.TdClassName
{
border-color: #74D985;
}
.TagClassName
{
border-color: #74D985;
}
</style>