Shades of Pastel Green #7BF282
Tints of Pastel Green #7BF282
RGB
CMYK
RGB Variations
Color information
#7BF282 (or 0x7BF282) is known color: Pastel Green. HEX triplet: 7B, F2 and 82. RGB value is (123,242,130). Sum of RGB (Red+Green+Blue) = 123+242+130=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF282 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF282 is #840D7D. Grayscale: #C1C1C1. Windows color (decimal): -8654206 or 8581755. OLE color: 8581755.
HSL color Cylindrical-coordinate representation of color #7BF282: hue angle of 123.53º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF282 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 130 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.05 |
| HSL | 123.53º | 0.82% | 0.72% | - |
| HSV(B) | 123.53º | 0.49% | 0.95% | - |
| XYZ | 43.95 | 69.33 | 32.18 | - |
| YUV | 193.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 130 | 0.49 | 0 | 0.46 | 0.05 | 123.53 | 0.82 | 0.72 |
| Hex | 7B | F2 | 82 | 31 | 0 | 2E | 5 | 7C | 52 | 48 |
| Octal | 173 | 362 | 202 | 61 | 0 | 56 | 5 | 174 | 122 | 110 |
| Binary | 1111011 | 11110010 | 10000010 | 110001 | 0 | 101110 | 101 | 1111100 | 1010010 | 1001000 |
Color Harmonies of #7BF282
Complementary color
Monochromatic Colors of #7BF282
Black with #7BF282
Text Example
Text Example
White with #7BF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF282; }
p { color: rgb(123,242,130); }
H1.HeaderClassName
{
color: #7BF282;
}
.AnyTagClassName
{
color: #7BF282;
}
</style>
background-color css
<style>
a { background-color: #7BF282; }
a { background-color: rgb(123,242,130); }
div.DivClassName
{
background-color: #7BF282;
}
.BgClassName
{
background-color: #7BF282;
}
</style>
border-color css
<style>
span { border-color: #7BF282; }
span { border-color: rgb(123,242,130); }
td.TdClassName
{
border-color: #7BF282;
}
.TagClassName
{
border-color: #7BF282;
}
</style>