Shades of Pastel Green #74F18B
Tints of Pastel Green #74F18B
RGB
CMYK
RGB Variations
Color information
#74F18B (or 0x74F18B) is known color: Pastel Green. HEX triplet: 74, F1 and 8B. RGB value is (116,241,139). Sum of RGB (Red+Green+Blue) = 116+241+139=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #74F18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F18B is #8B0E74. Grayscale: #C0C0C0. Windows color (decimal): -9113205 or 9171316. OLE color: 9171316.
HSL color Cylindrical-coordinate representation of color #74F18B: hue angle of 131.04º degrees, saturation: 0.82, 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 #74F18B is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 139 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.05 |
| HSL | 131.04º | 0.82% | 0.7% | - |
| HSV(B) | 131.04º | 0.52% | 0.95% | - |
| XYZ | 43.32 | 68.49 | 35.36 | - |
| YUV | 192 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 139 | 0.52 | 0 | 0.42 | 0.05 | 131.04 | 0.82 | 0.7 |
| Hex | 74 | F1 | 8B | 34 | 0 | 2A | 5 | 83 | 52 | 46 |
| Octal | 164 | 361 | 213 | 64 | 0 | 52 | 5 | 203 | 122 | 106 |
| Binary | 1110100 | 11110001 | 10001011 | 110100 | 0 | 101010 | 101 | 10000011 | 1010010 | 1000110 |
Color Harmonies of #74F18B
Complementary color
Monochromatic Colors of #74F18B
Black with #74F18B
Text Example
Text Example
White with #74F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F18B; }
p { color: rgb(116,241,139); }
H1.HeaderClassName
{
color: #74F18B;
}
.AnyTagClassName
{
color: #74F18B;
}
</style>
background-color css
<style>
a { background-color: #74F18B; }
a { background-color: rgb(116,241,139); }
div.DivClassName
{
background-color: #74F18B;
}
.BgClassName
{
background-color: #74F18B;
}
</style>
border-color css
<style>
span { border-color: #74F18B; }
span { border-color: rgb(116,241,139); }
td.TdClassName
{
border-color: #74F18B;
}
.TagClassName
{
border-color: #74F18B;
}
</style>