Shades of Pastel Green #74D26E
Tints of Pastel Green #74D26E
RGB
CMYK
RGB Variations
Color information
#74D26E (or 0x74D26E) is known color: Pastel Green. HEX triplet: 74, D2 and 6E. RGB value is (116,210,110). Sum of RGB (Red+Green+Blue) = 116+210+110=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #74D26E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D26E is #8B2D91. Grayscale: #AAAAAA. Windows color (decimal): -9121170 or 7262836. OLE color: 7262836.
HSL color Cylindrical-coordinate representation of color #74D26E: hue angle of 116.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74D26E is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 110 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.18 |
| HSL | 116.4º | 0.53% | 0.63% | - |
| HSV(B) | 116.4º | 0.48% | 0.82% | - |
| XYZ | 33.06 | 50.93 | 22.84 | - |
| YUV | 170.49 | 93.86 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 110 | 0.45 | 0 | 0.48 | 0.18 | 116.4 | 0.53 | 0.63 |
| Hex | 74 | D2 | 6E | 2D | 0 | 30 | 12 | 74 | 35 | 3F |
| Octal | 164 | 322 | 156 | 55 | 0 | 60 | 22 | 164 | 65 | 77 |
| Binary | 1110100 | 11010010 | 1101110 | 101101 | 0 | 110000 | 10010 | 1110100 | 110101 | 111111 |
Color Harmonies of #74D26E
Complementary color
Monochromatic Colors of #74D26E
Black with #74D26E
Text Example
Text Example
White with #74D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D26E; }
p { color: rgb(116,210,110); }
H1.HeaderClassName
{
color: #74D26E;
}
.AnyTagClassName
{
color: #74D26E;
}
</style>
background-color css
<style>
a { background-color: #74D26E; }
a { background-color: rgb(116,210,110); }
div.DivClassName
{
background-color: #74D26E;
}
.BgClassName
{
background-color: #74D26E;
}
</style>
border-color css
<style>
span { border-color: #74D26E; }
span { border-color: rgb(116,210,110); }
td.TdClassName
{
border-color: #74D26E;
}
.TagClassName
{
border-color: #74D26E;
}
</style>