Shades of Pastel Green #7BDF75
Tints of Pastel Green #7BDF75
RGB
CMYK
RGB Variations
Color information
#7BDF75 (or 0x7BDF75) is known color: Pastel Green. HEX triplet: 7B, DF and 75. RGB value is (123,223,117). Sum of RGB (Red+Green+Blue) = 123+223+117=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDF75 is #84208A. Grayscale: #B5B5B5. Windows color (decimal): -8659083 or 7724923. OLE color: 7724923.
HSL color Cylindrical-coordinate representation of color #7BDF75: hue angle of 116.6º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BDF75 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 117 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.13 |
| HSL | 116.6º | 0.62% | 0.67% | - |
| HSV(B) | 116.6º | 0.48% | 0.87% | - |
| XYZ | 37.77 | 58.27 | 26.09 | - |
| YUV | 181.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 117 | 0.45 | 0 | 0.48 | 0.13 | 116.6 | 0.62 | 0.67 |
| Hex | 7B | DF | 75 | 2D | 0 | 30 | D | 75 | 3E | 43 |
| Octal | 173 | 337 | 165 | 55 | 0 | 60 | 15 | 165 | 76 | 103 |
| Binary | 1111011 | 11011111 | 1110101 | 101101 | 0 | 110000 | 1101 | 1110101 | 111110 | 1000011 |
Color Harmonies of #7BDF75
Complementary color
Monochromatic Colors of #7BDF75
Black with #7BDF75
Text Example
Text Example
White with #7BDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF75; }
p { color: rgb(123,223,117); }
H1.HeaderClassName
{
color: #7BDF75;
}
.AnyTagClassName
{
color: #7BDF75;
}
</style>
background-color css
<style>
a { background-color: #7BDF75; }
a { background-color: rgb(123,223,117); }
div.DivClassName
{
background-color: #7BDF75;
}
.BgClassName
{
background-color: #7BDF75;
}
</style>
border-color css
<style>
span { border-color: #7BDF75; }
span { border-color: rgb(123,223,117); }
td.TdClassName
{
border-color: #7BDF75;
}
.TagClassName
{
border-color: #7BDF75;
}
</style>