Shades of Pastel Green #74FB84
Tints of Pastel Green #74FB84
RGB
CMYK
RGB Variations
Color information
#74FB84 (or 0x74FB84) is known color: Pastel Green. HEX triplet: 74, FB and 84. RGB value is (116,251,132). Sum of RGB (Red+Green+Blue) = 116+251+132=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB84 is #8B047B. Grayscale: #C5C5C5. Windows color (decimal): -9110652 or 8715124. OLE color: 8715124.
HSL color Cylindrical-coordinate representation of color #74FB84: hue angle of 127.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FB84 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 132 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.02 |
| HSL | 127.11º | 0.94% | 0.72% | - |
| HSV(B) | 127.11º | 0.54% | 0.98% | - |
| XYZ | 45.86 | 74.37 | 33.77 | - |
| YUV | 197.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 132 | 0.54 | 0 | 0.47 | 0.02 | 127.11 | 0.94 | 0.72 |
| Hex | 74 | FB | 84 | 36 | 0 | 2F | 2 | 7F | 5E | 48 |
| Octal | 164 | 373 | 204 | 66 | 0 | 57 | 2 | 177 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10000100 | 110110 | 0 | 101111 | 10 | 1111111 | 1011110 | 1001000 |
Color Harmonies of #74FB84
Complementary color
Monochromatic Colors of #74FB84
Black with #74FB84
Text Example
Text Example
White with #74FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB84; }
p { color: rgb(116,251,132); }
H1.HeaderClassName
{
color: #74FB84;
}
.AnyTagClassName
{
color: #74FB84;
}
</style>
background-color css
<style>
a { background-color: #74FB84; }
a { background-color: rgb(116,251,132); }
div.DivClassName
{
background-color: #74FB84;
}
.BgClassName
{
background-color: #74FB84;
}
</style>
border-color css
<style>
span { border-color: #74FB84; }
span { border-color: rgb(116,251,132); }
td.TdClassName
{
border-color: #74FB84;
}
.TagClassName
{
border-color: #74FB84;
}
</style>