Shades of Pastel Green #74E169
Tints of Pastel Green #74E169
RGB
CMYK
RGB Variations
Color information
#74E169 (or 0x74E169) is known color: Pastel Green. HEX triplet: 74, E1 and 69. RGB value is (116,225,105). Sum of RGB (Red+Green+Blue) = 116+225+105=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #74E169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E169 is #8B1E96. Grayscale: #B3B3B3. Windows color (decimal): -9117335 or 6938996. OLE color: 6938996.
HSL color Cylindrical-coordinate representation of color #74E169: hue angle of 114.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74E169 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 105 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.12 |
| HSL | 114.5º | 0.67% | 0.65% | - |
| HSV(B) | 114.5º | 0.53% | 0.88% | - |
| XYZ | 36.68 | 58.58 | 22.74 | - |
| YUV | 178.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 105 | 0.48 | 0 | 0.53 | 0.12 | 114.5 | 0.67 | 0.65 |
| Hex | 74 | E1 | 69 | 30 | 0 | 35 | C | 72 | 43 | 41 |
| Octal | 164 | 341 | 151 | 60 | 0 | 65 | 14 | 162 | 103 | 101 |
| Binary | 1110100 | 11100001 | 1101001 | 110000 | 0 | 110101 | 1100 | 1110010 | 1000011 | 1000001 |
Color Harmonies of #74E169
Complementary color
Monochromatic Colors of #74E169
Black with #74E169
Text Example
Text Example
White with #74E169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E169; }
p { color: rgb(116,225,105); }
H1.HeaderClassName
{
color: #74E169;
}
.AnyTagClassName
{
color: #74E169;
}
</style>
background-color css
<style>
a { background-color: #74E169; }
a { background-color: rgb(116,225,105); }
div.DivClassName
{
background-color: #74E169;
}
.BgClassName
{
background-color: #74E169;
}
</style>
border-color css
<style>
span { border-color: #74E169; }
span { border-color: rgb(116,225,105); }
td.TdClassName
{
border-color: #74E169;
}
.TagClassName
{
border-color: #74E169;
}
</style>