Shades of Pastel Green #71F078
Tints of Pastel Green #71F078
RGB
CMYK
RGB Variations
Color information
#71F078 (or 0x71F078) is known color: Pastel Green. HEX triplet: 71, F0 and 78. RGB value is (113,240,120). Sum of RGB (Red+Green+Blue) = 113+240+120=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #71F078 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F078 is #8E0F87. Grayscale: #BCBCBC. Windows color (decimal): -9310088 or 7925873. OLE color: 7925873.
HSL color Cylindrical-coordinate representation of color #71F078: hue angle of 123.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F078 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 120 | - |
| CMYK | 0.53 | 0 | 0.5 | 0.06 |
| HSL | 123.31º | 0.81% | 0.69% | - |
| HSV(B) | 123.31º | 0.53% | 0.94% | - |
| XYZ | 41.36 | 67.19 | 28.56 | - |
| YUV | 188.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 120 | 0.53 | 0 | 0.5 | 0.06 | 123.31 | 0.81 | 0.69 |
| Hex | 71 | F0 | 78 | 35 | 0 | 32 | 6 | 7B | 51 | 45 |
| Octal | 161 | 360 | 170 | 65 | 0 | 62 | 6 | 173 | 121 | 105 |
| Binary | 1110001 | 11110000 | 1111000 | 110101 | 0 | 110010 | 110 | 1111011 | 1010001 | 1000101 |
Color Harmonies of #71F078
Complementary color
Monochromatic Colors of #71F078
Black with #71F078
Text Example
Text Example
White with #71F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F078; }
p { color: rgb(113,240,120); }
H1.HeaderClassName
{
color: #71F078;
}
.AnyTagClassName
{
color: #71F078;
}
</style>
background-color css
<style>
a { background-color: #71F078; }
a { background-color: rgb(113,240,120); }
div.DivClassName
{
background-color: #71F078;
}
.BgClassName
{
background-color: #71F078;
}
</style>
border-color css
<style>
span { border-color: #71F078; }
span { border-color: rgb(113,240,120); }
td.TdClassName
{
border-color: #71F078;
}
.TagClassName
{
border-color: #71F078;
}
</style>