Shades of Pastel Green #74D16C
Tints of Pastel Green #74D16C
RGB
CMYK
RGB Variations
Color information
#74D16C (or 0x74D16C) is known color: Pastel Green. HEX triplet: 74, D1 and 6C. RGB value is (116,209,108). Sum of RGB (Red+Green+Blue) = 116+209+108=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #74D16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D16C is #8B2E93. Grayscale: #A9A9A9. Windows color (decimal): -9121428 or 7131508. OLE color: 7131508.
HSL color Cylindrical-coordinate representation of color #74D16C: hue angle of 115.25º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74D16C is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 108 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.18 |
| HSL | 115.25º | 0.52% | 0.62% | - |
| HSV(B) | 115.25º | 0.48% | 0.82% | - |
| XYZ | 32.71 | 50.4 | 22.19 | - |
| YUV | 169.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 108 | 0.44 | 0 | 0.48 | 0.18 | 115.25 | 0.52 | 0.62 |
| Hex | 74 | D1 | 6C | 2C | 0 | 30 | 12 | 73 | 34 | 3E |
| Octal | 164 | 321 | 154 | 54 | 0 | 60 | 22 | 163 | 64 | 76 |
| Binary | 1110100 | 11010001 | 1101100 | 101100 | 0 | 110000 | 10010 | 1110011 | 110100 | 111110 |
Color Harmonies of #74D16C
Complementary color
Monochromatic Colors of #74D16C
Black with #74D16C
Text Example
Text Example
White with #74D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D16C; }
p { color: rgb(116,209,108); }
H1.HeaderClassName
{
color: #74D16C;
}
.AnyTagClassName
{
color: #74D16C;
}
</style>
background-color css
<style>
a { background-color: #74D16C; }
a { background-color: rgb(116,209,108); }
div.DivClassName
{
background-color: #74D16C;
}
.BgClassName
{
background-color: #74D16C;
}
</style>
border-color css
<style>
span { border-color: #74D16C; }
span { border-color: rgb(116,209,108); }
td.TdClassName
{
border-color: #74D16C;
}
.TagClassName
{
border-color: #74D16C;
}
</style>