Shades of Pastel Green #74DC85
Tints of Pastel Green #74DC85
RGB
CMYK
RGB Variations
Color information
#74DC85 (or 0x74DC85) is known color: Pastel Green. HEX triplet: 74, DC and 85. RGB value is (116,220,133). Sum of RGB (Red+Green+Blue) = 116+220+133=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DC85 is #8B237A. Grayscale: #B3B3B3. Windows color (decimal): -9118587 or 8772724. OLE color: 8772724.
HSL color Cylindrical-coordinate representation of color #74DC85: hue angle of 129.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DC85 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 133 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.14 |
| HSL | 129.81º | 0.6% | 0.66% | - |
| HSV(B) | 129.81º | 0.47% | 0.86% | - |
| XYZ | 37.03 | 56.59 | 31.16 | - |
| YUV | 178.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 133 | 0.47 | 0 | 0.40 | 0.14 | 129.81 | 0.6 | 0.66 |
| Hex | 74 | DC | 85 | 2F | 0 | 28 | E | 82 | 3C | 42 |
| Octal | 164 | 334 | 205 | 57 | 0 | 50 | 16 | 202 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10000101 | 101111 | 0 | 101000 | 1110 | 10000010 | 111100 | 1000010 |
Color Harmonies of #74DC85
Complementary color
Monochromatic Colors of #74DC85
Black with #74DC85
Text Example
Text Example
White with #74DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC85; }
p { color: rgb(116,220,133); }
H1.HeaderClassName
{
color: #74DC85;
}
.AnyTagClassName
{
color: #74DC85;
}
</style>
background-color css
<style>
a { background-color: #74DC85; }
a { background-color: rgb(116,220,133); }
div.DivClassName
{
background-color: #74DC85;
}
.BgClassName
{
background-color: #74DC85;
}
</style>
border-color css
<style>
span { border-color: #74DC85; }
span { border-color: rgb(116,220,133); }
td.TdClassName
{
border-color: #74DC85;
}
.TagClassName
{
border-color: #74DC85;
}
</style>