Shades of Pastel Green #74F982
Tints of Pastel Green #74F982
RGB
CMYK
RGB Variations
Color information
#74F982 (or 0x74F982) is known color: Pastel Green. HEX triplet: 74, F9 and 82. RGB value is (116,249,130). Sum of RGB (Red+Green+Blue) = 116+249+130=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #74F982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F982 is #8B067D. Grayscale: #C4C4C4. Windows color (decimal): -9111166 or 8583540. OLE color: 8583540.
HSL color Cylindrical-coordinate representation of color #74F982: hue angle of 126.32º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F982 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 130 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.02 |
| HSL | 126.32º | 0.92% | 0.72% | - |
| HSV(B) | 126.32º | 0.53% | 0.98% | - |
| XYZ | 45.11 | 73.08 | 32.85 | - |
| YUV | 195.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 130 | 0.53 | 0 | 0.48 | 0.02 | 126.32 | 0.92 | 0.72 |
| Hex | 74 | F9 | 82 | 35 | 0 | 30 | 2 | 7E | 5C | 48 |
| Octal | 164 | 371 | 202 | 65 | 0 | 60 | 2 | 176 | 134 | 110 |
| Binary | 1110100 | 11111001 | 10000010 | 110101 | 0 | 110000 | 10 | 1111110 | 1011100 | 1001000 |
Color Harmonies of #74F982
Complementary color
Monochromatic Colors of #74F982
Black with #74F982
Text Example
Text Example
White with #74F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F982; }
p { color: rgb(116,249,130); }
H1.HeaderClassName
{
color: #74F982;
}
.AnyTagClassName
{
color: #74F982;
}
</style>
background-color css
<style>
a { background-color: #74F982; }
a { background-color: rgb(116,249,130); }
div.DivClassName
{
background-color: #74F982;
}
.BgClassName
{
background-color: #74F982;
}
</style>
border-color css
<style>
span { border-color: #74F982; }
span { border-color: rgb(116,249,130); }
td.TdClassName
{
border-color: #74F982;
}
.TagClassName
{
border-color: #74F982;
}
</style>