Shades of Pastel Green #74D275
Tints of Pastel Green #74D275
RGB
CMYK
RGB Variations
Color information
#74D275 (or 0x74D275) is known color: Pastel Green. HEX triplet: 74, D2 and 75. RGB value is (116,210,117). Sum of RGB (Red+Green+Blue) = 116+210+117=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #74D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D275 is #8B2D8A. Grayscale: #ABABAB. Windows color (decimal): -9121163 or 7721588. OLE color: 7721588.
HSL color Cylindrical-coordinate representation of color #74D275: hue angle of 120.64º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D275 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 117 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.18 |
| HSL | 120.64º | 0.51% | 0.64% | - |
| HSV(B) | 120.64º | 0.45% | 0.82% | - |
| XYZ | 33.46 | 51.09 | 24.93 | - |
| YUV | 171.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 117 | 0.45 | 0 | 0.44 | 0.18 | 120.64 | 0.51 | 0.64 |
| Hex | 74 | D2 | 75 | 2D | 0 | 2C | 12 | 79 | 33 | 40 |
| Octal | 164 | 322 | 165 | 55 | 0 | 54 | 22 | 171 | 63 | 100 |
| Binary | 1110100 | 11010010 | 1110101 | 101101 | 0 | 101100 | 10010 | 1111001 | 110011 | 1000000 |
Color Harmonies of #74D275
Complementary color
Monochromatic Colors of #74D275
Black with #74D275
Text Example
Text Example
White with #74D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D275; }
p { color: rgb(116,210,117); }
H1.HeaderClassName
{
color: #74D275;
}
.AnyTagClassName
{
color: #74D275;
}
</style>
background-color css
<style>
a { background-color: #74D275; }
a { background-color: rgb(116,210,117); }
div.DivClassName
{
background-color: #74D275;
}
.BgClassName
{
background-color: #74D275;
}
</style>
border-color css
<style>
span { border-color: #74D275; }
span { border-color: rgb(116,210,117); }
td.TdClassName
{
border-color: #74D275;
}
.TagClassName
{
border-color: #74D275;
}
</style>