Shades of Pastel Green #7BE074
Tints of Pastel Green #7BE074
RGB
CMYK
RGB Variations
Color information
#7BE074 (or 0x7BE074) is known color: Pastel Green. HEX triplet: 7B, E0 and 74. RGB value is (123,224,116). Sum of RGB (Red+Green+Blue) = 123+224+116=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BE074 is #841F8B. Grayscale: #B5B5B5. Windows color (decimal): -8658828 or 7659643. OLE color: 7659643.
HSL color Cylindrical-coordinate representation of color #7BE074: hue angle of 116.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BE074 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 116 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.12 |
| HSL | 116.11º | 0.64% | 0.67% | - |
| HSV(B) | 116.11º | 0.48% | 0.88% | - |
| XYZ | 37.98 | 58.78 | 25.87 | - |
| YUV | 181.49 | 91.04 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 116 | 0.45 | 0 | 0.48 | 0.12 | 116.11 | 0.64 | 0.67 |
| Hex | 7B | E0 | 74 | 2D | 0 | 30 | C | 74 | 40 | 43 |
| Octal | 173 | 340 | 164 | 55 | 0 | 60 | 14 | 164 | 100 | 103 |
| Binary | 1111011 | 11100000 | 1110100 | 101101 | 0 | 110000 | 1100 | 1110100 | 1000000 | 1000011 |
Color Harmonies of #7BE074
Complementary color
Monochromatic Colors of #7BE074
Black with #7BE074
Text Example
Text Example
White with #7BE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE074; }
p { color: rgb(123,224,116); }
H1.HeaderClassName
{
color: #7BE074;
}
.AnyTagClassName
{
color: #7BE074;
}
</style>
background-color css
<style>
a { background-color: #7BE074; }
a { background-color: rgb(123,224,116); }
div.DivClassName
{
background-color: #7BE074;
}
.BgClassName
{
background-color: #7BE074;
}
</style>
border-color css
<style>
span { border-color: #7BE074; }
span { border-color: rgb(123,224,116); }
td.TdClassName
{
border-color: #7BE074;
}
.TagClassName
{
border-color: #7BE074;
}
</style>