Shades of Pastel Green #7BD272
Tints of Pastel Green #7BD272
RGB
CMYK
RGB Variations
Color information
#7BD272 (or 0x7BD272) is known color: Pastel Green. HEX triplet: 7B, D2 and 72. RGB value is (123,210,114). Sum of RGB (Red+Green+Blue) = 123+210+114=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD272 is #842D8D. Grayscale: #ADADAD. Windows color (decimal): -8662414 or 7524987. OLE color: 7524987.
HSL color Cylindrical-coordinate representation of color #7BD272: hue angle of 114.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BD272 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 210 | 114 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.18 |
| HSL | 114.38º | 0.52% | 0.64% | - |
| HSV(B) | 114.38º | 0.46% | 0.82% | - |
| XYZ | 34.25 | 51.52 | 24.06 | - |
| YUV | 173.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 114 | 0.41 | 0 | 0.46 | 0.18 | 114.38 | 0.52 | 0.64 |
| Hex | 7B | D2 | 72 | 29 | 0 | 2E | 12 | 72 | 34 | 40 |
| Octal | 173 | 322 | 162 | 51 | 0 | 56 | 22 | 162 | 64 | 100 |
| Binary | 1111011 | 11010010 | 1110010 | 101001 | 0 | 101110 | 10010 | 1110010 | 110100 | 1000000 |
Color Harmonies of #7BD272
Complementary color
Monochromatic Colors of #7BD272
Black with #7BD272
Text Example
Text Example
White with #7BD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD272; }
p { color: rgb(123,210,114); }
H1.HeaderClassName
{
color: #7BD272;
}
.AnyTagClassName
{
color: #7BD272;
}
</style>
background-color css
<style>
a { background-color: #7BD272; }
a { background-color: rgb(123,210,114); }
div.DivClassName
{
background-color: #7BD272;
}
.BgClassName
{
background-color: #7BD272;
}
</style>
border-color css
<style>
span { border-color: #7BD272; }
span { border-color: rgb(123,210,114); }
td.TdClassName
{
border-color: #7BD272;
}
.TagClassName
{
border-color: #7BD272;
}
</style>