Shades of Pastel Green #74D37B
Tints of Pastel Green #74D37B
RGB
CMYK
RGB Variations
Color information
#74D37B (or 0x74D37B) is known color: Pastel Green. HEX triplet: 74, D3 and 7B. RGB value is (116,211,123). Sum of RGB (Red+Green+Blue) = 116+211+123=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #74D37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D37B is #8B2C84. Grayscale: #ACACAC. Windows color (decimal): -9120901 or 8115060. OLE color: 8115060.
HSL color Cylindrical-coordinate representation of color #74D37B: hue angle of 124.42º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D37B is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 123 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.17 |
| HSL | 124.42º | 0.52% | 0.64% | - |
| HSV(B) | 124.42º | 0.45% | 0.83% | - |
| XYZ | 34.07 | 51.73 | 26.93 | - |
| YUV | 172.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 123 | 0.45 | 0 | 0.42 | 0.17 | 124.42 | 0.52 | 0.64 |
| Hex | 74 | D3 | 7B | 2D | 0 | 2A | 11 | 7C | 34 | 40 |
| Octal | 164 | 323 | 173 | 55 | 0 | 52 | 21 | 174 | 64 | 100 |
| Binary | 1110100 | 11010011 | 1111011 | 101101 | 0 | 101010 | 10001 | 1111100 | 110100 | 1000000 |
Color Harmonies of #74D37B
Complementary color
Monochromatic Colors of #74D37B
Black with #74D37B
Text Example
Text Example
White with #74D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D37B; }
p { color: rgb(116,211,123); }
H1.HeaderClassName
{
color: #74D37B;
}
.AnyTagClassName
{
color: #74D37B;
}
</style>
background-color css
<style>
a { background-color: #74D37B; }
a { background-color: rgb(116,211,123); }
div.DivClassName
{
background-color: #74D37B;
}
.BgClassName
{
background-color: #74D37B;
}
</style>
border-color css
<style>
span { border-color: #74D37B; }
span { border-color: rgb(116,211,123); }
td.TdClassName
{
border-color: #74D37B;
}
.TagClassName
{
border-color: #74D37B;
}
</style>