Shades of Pastel Green #74F381
Tints of Pastel Green #74F381
RGB
CMYK
RGB Variations
Color information
#74F381 (or 0x74F381) is known color: Pastel Green. HEX triplet: 74, F3 and 81. RGB value is (116,243,129). Sum of RGB (Red+Green+Blue) = 116+243+129=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #74F381 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F381 is #8B0C7E. Grayscale: #C0C0C0. Windows color (decimal): -9112703 or 8516468. OLE color: 8516468.
HSL color Cylindrical-coordinate representation of color #74F381: hue angle of 126.14º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F381 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 129 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.05 |
| HSL | 126.14º | 0.84% | 0.7% | - |
| HSV(B) | 126.14º | 0.52% | 0.95% | - |
| XYZ | 43.22 | 69.4 | 31.89 | - |
| YUV | 192.03 | 92.42 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 129 | 0.52 | 0 | 0.47 | 0.05 | 126.14 | 0.84 | 0.7 |
| Hex | 74 | F3 | 81 | 34 | 0 | 2F | 5 | 7E | 54 | 46 |
| Octal | 164 | 363 | 201 | 64 | 0 | 57 | 5 | 176 | 124 | 106 |
| Binary | 1110100 | 11110011 | 10000001 | 110100 | 0 | 101111 | 101 | 1111110 | 1010100 | 1000110 |
Color Harmonies of #74F381
Complementary color
Monochromatic Colors of #74F381
Black with #74F381
Text Example
Text Example
White with #74F381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F381; }
p { color: rgb(116,243,129); }
H1.HeaderClassName
{
color: #74F381;
}
.AnyTagClassName
{
color: #74F381;
}
</style>
background-color css
<style>
a { background-color: #74F381; }
a { background-color: rgb(116,243,129); }
div.DivClassName
{
background-color: #74F381;
}
.BgClassName
{
background-color: #74F381;
}
</style>
border-color css
<style>
span { border-color: #74F381; }
span { border-color: rgb(116,243,129); }
td.TdClassName
{
border-color: #74F381;
}
.TagClassName
{
border-color: #74F381;
}
</style>