Shades of Pastel Green #74F483
Tints of Pastel Green #74F483
RGB
CMYK
RGB Variations
Color information
#74F483 (or 0x74F483) is known color: Pastel Green. HEX triplet: 74, F4 and 83. RGB value is (116,244,131). Sum of RGB (Red+Green+Blue) = 116+244+131=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #74F483 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F483 is #8B0B7C. Grayscale: #C1C1C1. Windows color (decimal): -9112445 or 8647796. OLE color: 8647796.
HSL color Cylindrical-coordinate representation of color #74F483: hue angle of 127.03º 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 #74F483 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 244 | 131 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.04 |
| HSL | 127.03º | 0.85% | 0.71% | - |
| HSV(B) | 127.03º | 0.52% | 0.96% | - |
| XYZ | 43.65 | 70.05 | 32.69 | - |
| YUV | 192.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 244 | 131 | 0.52 | 0 | 0.46 | 0.04 | 127.03 | 0.85 | 0.71 |
| Hex | 74 | F4 | 83 | 34 | 0 | 2E | 4 | 7F | 55 | 47 |
| Octal | 164 | 364 | 203 | 64 | 0 | 56 | 4 | 177 | 125 | 107 |
| Binary | 1110100 | 11110100 | 10000011 | 110100 | 0 | 101110 | 100 | 1111111 | 1010101 | 1000111 |
Color Harmonies of #74F483
Complementary color
Monochromatic Colors of #74F483
Black with #74F483
Text Example
Text Example
White with #74F483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F483; }
p { color: rgb(116,244,131); }
H1.HeaderClassName
{
color: #74F483;
}
.AnyTagClassName
{
color: #74F483;
}
</style>
background-color css
<style>
a { background-color: #74F483; }
a { background-color: rgb(116,244,131); }
div.DivClassName
{
background-color: #74F483;
}
.BgClassName
{
background-color: #74F483;
}
</style>
border-color css
<style>
span { border-color: #74F483; }
span { border-color: rgb(116,244,131); }
td.TdClassName
{
border-color: #74F483;
}
.TagClassName
{
border-color: #74F483;
}
</style>