Shades of Pastel Green #74F47B
Tints of Pastel Green #74F47B
RGB
CMYK
RGB Variations
Color information
#74F47B (or 0x74F47B) is known color: Pastel Green. HEX triplet: 74, F4 and 7B. RGB value is (116,244,123). Sum of RGB (Red+Green+Blue) = 116+244+123=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #74F47B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F47B is #8B0B84. Grayscale: #C0C0C0. Windows color (decimal): -9112453 or 8123508. OLE color: 8123508.
HSL color Cylindrical-coordinate representation of color #74F47B: hue angle of 123.28º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F47B is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 123 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.04 |
| HSL | 123.28º | 0.85% | 0.71% | - |
| HSV(B) | 123.28º | 0.52% | 0.96% | - |
| XYZ | 43.13 | 69.84 | 29.95 | - |
| YUV | 191.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 123 | 0.52 | 0 | 0.50 | 0.04 | 123.28 | 0.85 | 0.71 |
| Hex | 74 | F4 | 7B | 34 | 0 | 32 | 4 | 7B | 55 | 47 |
| Octal | 164 | 364 | 173 | 64 | 0 | 62 | 4 | 173 | 125 | 107 |
| Binary | 1110100 | 11110100 | 1111011 | 110100 | 0 | 110010 | 100 | 1111011 | 1010101 | 1000111 |
Color Harmonies of #74F47B
Complementary color
Monochromatic Colors of #74F47B
Black with #74F47B
Text Example
Text Example
White with #74F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F47B; }
p { color: rgb(116,244,123); }
H1.HeaderClassName
{
color: #74F47B;
}
.AnyTagClassName
{
color: #74F47B;
}
</style>
background-color css
<style>
a { background-color: #74F47B; }
a { background-color: rgb(116,244,123); }
div.DivClassName
{
background-color: #74F47B;
}
.BgClassName
{
background-color: #74F47B;
}
</style>
border-color css
<style>
span { border-color: #74F47B; }
span { border-color: rgb(116,244,123); }
td.TdClassName
{
border-color: #74F47B;
}
.TagClassName
{
border-color: #74F47B;
}
</style>