Shades of Pastel Green #7BF482
Tints of Pastel Green #7BF482
RGB
CMYK
RGB Variations
Color information
#7BF482 (or 0x7BF482) is known color: Pastel Green. HEX triplet: 7B, F4 and 82. RGB value is (123,244,130). Sum of RGB (Red+Green+Blue) = 123+244+130=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #7BF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF482 is #840B7D. Grayscale: #C3C3C3. Windows color (decimal): -8653694 or 8582267. OLE color: 8582267.
HSL color Cylindrical-coordinate representation of color #7BF482: hue angle of 123.47º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF482 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 244 | 130 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.04 |
| HSL | 123.47º | 0.85% | 0.72% | - |
| HSV(B) | 123.47º | 0.5% | 0.96% | - |
| XYZ | 44.55 | 70.52 | 32.38 | - |
| YUV | 194.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 244 | 130 | 0.50 | 0 | 0.47 | 0.04 | 123.47 | 0.85 | 0.72 |
| Hex | 7B | F4 | 82 | 32 | 0 | 2F | 4 | 7B | 55 | 48 |
| Octal | 173 | 364 | 202 | 62 | 0 | 57 | 4 | 173 | 125 | 110 |
| Binary | 1111011 | 11110100 | 10000010 | 110010 | 0 | 101111 | 100 | 1111011 | 1010101 | 1001000 |
Color Harmonies of #7BF482
Complementary color
Monochromatic Colors of #7BF482
Black with #7BF482
Text Example
Text Example
White with #7BF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF482; }
p { color: rgb(123,244,130); }
H1.HeaderClassName
{
color: #7BF482;
}
.AnyTagClassName
{
color: #7BF482;
}
</style>
background-color css
<style>
a { background-color: #7BF482; }
a { background-color: rgb(123,244,130); }
div.DivClassName
{
background-color: #7BF482;
}
.BgClassName
{
background-color: #7BF482;
}
</style>
border-color css
<style>
span { border-color: #7BF482; }
span { border-color: rgb(123,244,130); }
td.TdClassName
{
border-color: #7BF482;
}
.TagClassName
{
border-color: #7BF482;
}
</style>