Shades of Pastel Green #74D885
Tints of Pastel Green #74D885
RGB
CMYK
RGB Variations
Color information
#74D885 (or 0x74D885) is known color: Pastel Green. HEX triplet: 74, D8 and 85. RGB value is (116,216,133). Sum of RGB (Red+Green+Blue) = 116+216+133=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #74D885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D885 is #8B277A. Grayscale: #B0B0B0. Windows color (decimal): -9119611 or 8771700. OLE color: 8771700.
HSL color Cylindrical-coordinate representation of color #74D885: hue angle of 130.2º 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 #74D885 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 133 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.15 |
| HSL | 130.2º | 0.56% | 0.65% | - |
| HSV(B) | 130.2º | 0.46% | 0.85% | - |
| XYZ | 35.99 | 54.52 | 30.82 | - |
| YUV | 176.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 133 | 0.46 | 0 | 0.38 | 0.15 | 130.2 | 0.56 | 0.65 |
| Hex | 74 | D8 | 85 | 2E | 0 | 26 | F | 82 | 38 | 41 |
| Octal | 164 | 330 | 205 | 56 | 0 | 46 | 17 | 202 | 70 | 101 |
| Binary | 1110100 | 11011000 | 10000101 | 101110 | 0 | 100110 | 1111 | 10000010 | 111000 | 1000001 |
Color Harmonies of #74D885
Complementary color
Monochromatic Colors of #74D885
Black with #74D885
Text Example
Text Example
White with #74D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D885; }
p { color: rgb(116,216,133); }
H1.HeaderClassName
{
color: #74D885;
}
.AnyTagClassName
{
color: #74D885;
}
</style>
background-color css
<style>
a { background-color: #74D885; }
a { background-color: rgb(116,216,133); }
div.DivClassName
{
background-color: #74D885;
}
.BgClassName
{
background-color: #74D885;
}
</style>
border-color css
<style>
span { border-color: #74D885; }
span { border-color: rgb(116,216,133); }
td.TdClassName
{
border-color: #74D885;
}
.TagClassName
{
border-color: #74D885;
}
</style>