Shades of Pastel Green #74DD85
Tints of Pastel Green #74DD85
RGB
CMYK
RGB Variations
Color information
#74DD85 (or 0x74DD85) is known color: Pastel Green. HEX triplet: 74, DD and 85. RGB value is (116,221,133). Sum of RGB (Red+Green+Blue) = 116+221+133=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DD85 is #8B227A. Grayscale: #B3B3B3. Windows color (decimal): -9118331 or 8772980. OLE color: 8772980.
HSL color Cylindrical-coordinate representation of color #74DD85: hue angle of 129.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DD85 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 133 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.13 |
| HSL | 129.71º | 0.61% | 0.66% | - |
| HSV(B) | 129.71º | 0.48% | 0.87% | - |
| XYZ | 37.29 | 57.12 | 31.25 | - |
| YUV | 179.57 | 101.71 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 133 | 0.48 | 0 | 0.40 | 0.13 | 129.71 | 0.61 | 0.66 |
| Hex | 74 | DD | 85 | 30 | 0 | 28 | D | 82 | 3D | 42 |
| Octal | 164 | 335 | 205 | 60 | 0 | 50 | 15 | 202 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10000101 | 110000 | 0 | 101000 | 1101 | 10000010 | 111101 | 1000010 |
Color Harmonies of #74DD85
Complementary color
Monochromatic Colors of #74DD85
Black with #74DD85
Text Example
Text Example
White with #74DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD85; }
p { color: rgb(116,221,133); }
H1.HeaderClassName
{
color: #74DD85;
}
.AnyTagClassName
{
color: #74DD85;
}
</style>
background-color css
<style>
a { background-color: #74DD85; }
a { background-color: rgb(116,221,133); }
div.DivClassName
{
background-color: #74DD85;
}
.BgClassName
{
background-color: #74DD85;
}
</style>
border-color css
<style>
span { border-color: #74DD85; }
span { border-color: rgb(116,221,133); }
td.TdClassName
{
border-color: #74DD85;
}
.TagClassName
{
border-color: #74DD85;
}
</style>