Shades of Pastel Green #74D16E
Tints of Pastel Green #74D16E
RGB
CMYK
RGB Variations
Color information
#74D16E (or 0x74D16E) is known color: Pastel Green. HEX triplet: 74, D1 and 6E. RGB value is (116,209,110). Sum of RGB (Red+Green+Blue) = 116+209+110=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #74D16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D16E is #8B2E91. Grayscale: #AAAAAA. Windows color (decimal): -9121426 or 7262580. OLE color: 7262580.
HSL color Cylindrical-coordinate representation of color #74D16E: hue angle of 116.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D16E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 110 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.18 |
| HSL | 116.36º | 0.52% | 0.63% | - |
| HSV(B) | 116.36º | 0.47% | 0.82% | - |
| XYZ | 32.82 | 50.44 | 22.76 | - |
| YUV | 169.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 110 | 0.44 | 0 | 0.47 | 0.18 | 116.36 | 0.52 | 0.63 |
| Hex | 74 | D1 | 6E | 2C | 0 | 2F | 12 | 74 | 34 | 3F |
| Octal | 164 | 321 | 156 | 54 | 0 | 57 | 22 | 164 | 64 | 77 |
| Binary | 1110100 | 11010001 | 1101110 | 101100 | 0 | 101111 | 10010 | 1110100 | 110100 | 111111 |
Color Harmonies of #74D16E
Complementary color
Monochromatic Colors of #74D16E
Black with #74D16E
Text Example
Text Example
White with #74D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D16E; }
p { color: rgb(116,209,110); }
H1.HeaderClassName
{
color: #74D16E;
}
.AnyTagClassName
{
color: #74D16E;
}
</style>
background-color css
<style>
a { background-color: #74D16E; }
a { background-color: rgb(116,209,110); }
div.DivClassName
{
background-color: #74D16E;
}
.BgClassName
{
background-color: #74D16E;
}
</style>
border-color css
<style>
span { border-color: #74D16E; }
span { border-color: rgb(116,209,110); }
td.TdClassName
{
border-color: #74D16E;
}
.TagClassName
{
border-color: #74D16E;
}
</style>