Shades of Pastel Green #74C773
Tints of Pastel Green #74C773
RGB
CMYK
RGB Variations
Color information
#74C773 (or 0x74C773) is known color: Pastel Green. HEX triplet: 74, C7 and 73. RGB value is (116,199,115). Sum of RGB (Red+Green+Blue) = 116+199+115=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #74C773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C773 is #8B388C. Grayscale: #A4A4A4. Windows color (decimal): -9123981 or 7587700. OLE color: 7587700.
HSL color Cylindrical-coordinate representation of color #74C773: hue angle of 119.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C773 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 115 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.22 |
| HSL | 119.29º | 0.43% | 0.62% | - |
| HSV(B) | 119.29º | 0.42% | 0.78% | - |
| XYZ | 30.72 | 45.8 | 23.44 | - |
| YUV | 164.61 | 100 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 115 | 0.42 | 0 | 0.42 | 0.22 | 119.29 | 0.43 | 0.62 |
| Hex | 74 | C7 | 73 | 2A | 0 | 2A | 16 | 77 | 2B | 3E |
| Octal | 164 | 307 | 163 | 52 | 0 | 52 | 26 | 167 | 53 | 76 |
| Binary | 1110100 | 11000111 | 1110011 | 101010 | 0 | 101010 | 10110 | 1110111 | 101011 | 111110 |
Color Harmonies of #74C773
Complementary color
Monochromatic Colors of #74C773
Black with #74C773
Text Example
Text Example
White with #74C773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C773; }
p { color: rgb(116,199,115); }
H1.HeaderClassName
{
color: #74C773;
}
.AnyTagClassName
{
color: #74C773;
}
</style>
background-color css
<style>
a { background-color: #74C773; }
a { background-color: rgb(116,199,115); }
div.DivClassName
{
background-color: #74C773;
}
.BgClassName
{
background-color: #74C773;
}
</style>
border-color css
<style>
span { border-color: #74C773; }
span { border-color: rgb(116,199,115); }
td.TdClassName
{
border-color: #74C773;
}
.TagClassName
{
border-color: #74C773;
}
</style>