Shades of Pastel Green #74D77B
Tints of Pastel Green #74D77B
RGB
CMYK
RGB Variations
Color information
#74D77B (or 0x74D77B) is known color: Pastel Green. HEX triplet: 74, D7 and 7B. RGB value is (116,215,123). Sum of RGB (Red+Green+Blue) = 116+215+123=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #74D77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D77B is #8B2884. Grayscale: #AFAFAF. Windows color (decimal): -9119877 or 8116084. OLE color: 8116084.
HSL color Cylindrical-coordinate representation of color #74D77B: hue angle of 124.24º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D77B is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 123 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.16 |
| HSL | 124.24º | 0.55% | 0.65% | - |
| HSV(B) | 124.24º | 0.46% | 0.84% | - |
| XYZ | 35.08 | 53.74 | 27.26 | - |
| YUV | 174.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 123 | 0.46 | 0 | 0.43 | 0.16 | 124.24 | 0.55 | 0.65 |
| Hex | 74 | D7 | 7B | 2E | 0 | 2B | 10 | 7C | 37 | 41 |
| Octal | 164 | 327 | 173 | 56 | 0 | 53 | 20 | 174 | 67 | 101 |
| Binary | 1110100 | 11010111 | 1111011 | 101110 | 0 | 101011 | 10000 | 1111100 | 110111 | 1000001 |
Color Harmonies of #74D77B
Complementary color
Monochromatic Colors of #74D77B
Black with #74D77B
Text Example
Text Example
White with #74D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D77B; }
p { color: rgb(116,215,123); }
H1.HeaderClassName
{
color: #74D77B;
}
.AnyTagClassName
{
color: #74D77B;
}
</style>
background-color css
<style>
a { background-color: #74D77B; }
a { background-color: rgb(116,215,123); }
div.DivClassName
{
background-color: #74D77B;
}
.BgClassName
{
background-color: #74D77B;
}
</style>
border-color css
<style>
span { border-color: #74D77B; }
span { border-color: rgb(116,215,123); }
td.TdClassName
{
border-color: #74D77B;
}
.TagClassName
{
border-color: #74D77B;
}
</style>