Shades of Pastel Green #7BED6A
Tints of Pastel Green #7BED6A
RGB
CMYK
RGB Variations
Color information
#7BED6A (or 0x7BED6A) is known color: Pastel Green. HEX triplet: 7B, ED and 6A. RGB value is (123,237,106). Sum of RGB (Red+Green+Blue) = 123+237+106=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #7BED6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BED6A is #841295. Grayscale: #BCBCBC. Windows color (decimal): -8655510 or 7007611. OLE color: 7007611.
HSL color Cylindrical-coordinate representation of color #7BED6A: hue angle of 112.21º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7BED6A is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 106 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.07 |
| HSL | 112.21º | 0.78% | 0.67% | - |
| HSV(B) | 112.21º | 0.55% | 0.93% | - |
| XYZ | 41.05 | 65.82 | 24.18 | - |
| YUV | 187.98 | 81.73 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 106 | 0.48 | 0 | 0.55 | 0.07 | 112.21 | 0.78 | 0.67 |
| Hex | 7B | ED | 6A | 30 | 0 | 37 | 7 | 70 | 4E | 43 |
| Octal | 173 | 355 | 152 | 60 | 0 | 67 | 7 | 160 | 116 | 103 |
| Binary | 1111011 | 11101101 | 1101010 | 110000 | 0 | 110111 | 111 | 1110000 | 1001110 | 1000011 |
Color Harmonies of #7BED6A
Complementary color
Monochromatic Colors of #7BED6A
Black with #7BED6A
Text Example
Text Example
White with #7BED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BED6A; }
p { color: rgb(123,237,106); }
H1.HeaderClassName
{
color: #7BED6A;
}
.AnyTagClassName
{
color: #7BED6A;
}
</style>
background-color css
<style>
a { background-color: #7BED6A; }
a { background-color: rgb(123,237,106); }
div.DivClassName
{
background-color: #7BED6A;
}
.BgClassName
{
background-color: #7BED6A;
}
</style>
border-color css
<style>
span { border-color: #7BED6A; }
span { border-color: rgb(123,237,106); }
td.TdClassName
{
border-color: #7BED6A;
}
.TagClassName
{
border-color: #7BED6A;
}
</style>