Shades of Pastel Green #74D16B
Tints of Pastel Green #74D16B
RGB
CMYK
RGB Variations
Color information
#74D16B (or 0x74D16B) is known color: Pastel Green. HEX triplet: 74, D1 and 6B. RGB value is (116,209,107). Sum of RGB (Red+Green+Blue) = 116+209+107=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #74D16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D16B is #8B2E94. Grayscale: #A9A9A9. Windows color (decimal): -9121429 or 7065972. OLE color: 7065972.
HSL color Cylindrical-coordinate representation of color #74D16B: hue angle of 114.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74D16B is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 209 | 107 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.18 |
| HSL | 114.71º | 0.53% | 0.62% | - |
| HSV(B) | 114.71º | 0.49% | 0.82% | - |
| XYZ | 32.66 | 50.38 | 21.91 | - |
| YUV | 169.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 209 | 107 | 0.44 | 0 | 0.49 | 0.18 | 114.71 | 0.53 | 0.62 |
| Hex | 74 | D1 | 6B | 2C | 0 | 31 | 12 | 73 | 35 | 3E |
| Octal | 164 | 321 | 153 | 54 | 0 | 61 | 22 | 163 | 65 | 76 |
| Binary | 1110100 | 11010001 | 1101011 | 101100 | 0 | 110001 | 10010 | 1110011 | 110101 | 111110 |
Color Harmonies of #74D16B
Complementary color
Monochromatic Colors of #74D16B
Black with #74D16B
Text Example
Text Example
White with #74D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D16B; }
p { color: rgb(116,209,107); }
H1.HeaderClassName
{
color: #74D16B;
}
.AnyTagClassName
{
color: #74D16B;
}
</style>
background-color css
<style>
a { background-color: #74D16B; }
a { background-color: rgb(116,209,107); }
div.DivClassName
{
background-color: #74D16B;
}
.BgClassName
{
background-color: #74D16B;
}
</style>
border-color css
<style>
span { border-color: #74D16B; }
span { border-color: rgb(116,209,107); }
td.TdClassName
{
border-color: #74D16B;
}
.TagClassName
{
border-color: #74D16B;
}
</style>