Shades of Pastel Green #7BDF7D
Tints of Pastel Green #7BDF7D
RGB
CMYK
RGB Variations
Color information
#7BDF7D (or 0x7BDF7D) is known color: Pastel Green. HEX triplet: 7B, DF and 7D. RGB value is (123,223,125). Sum of RGB (Red+Green+Blue) = 123+223+125=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDF7D is #842082. Grayscale: #B6B6B6. Windows color (decimal): -8659075 or 8249211. OLE color: 8249211.
HSL color Cylindrical-coordinate representation of color #7BDF7D: hue angle of 121.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDF7D is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 125 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.13 |
| HSL | 121.2º | 0.61% | 0.68% | - |
| HSV(B) | 121.2º | 0.45% | 0.87% | - |
| XYZ | 38.26 | 58.47 | 28.67 | - |
| YUV | 181.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 125 | 0.45 | 0 | 0.44 | 0.13 | 121.2 | 0.61 | 0.68 |
| Hex | 7B | DF | 7D | 2D | 0 | 2C | D | 79 | 3D | 44 |
| Octal | 173 | 337 | 175 | 55 | 0 | 54 | 15 | 171 | 75 | 104 |
| Binary | 1111011 | 11011111 | 1111101 | 101101 | 0 | 101100 | 1101 | 1111001 | 111101 | 1000100 |
Color Harmonies of #7BDF7D
Complementary color
Monochromatic Colors of #7BDF7D
Black with #7BDF7D
Text Example
Text Example
White with #7BDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF7D; }
p { color: rgb(123,223,125); }
H1.HeaderClassName
{
color: #7BDF7D;
}
.AnyTagClassName
{
color: #7BDF7D;
}
</style>
background-color css
<style>
a { background-color: #7BDF7D; }
a { background-color: rgb(123,223,125); }
div.DivClassName
{
background-color: #7BDF7D;
}
.BgClassName
{
background-color: #7BDF7D;
}
</style>
border-color css
<style>
span { border-color: #7BDF7D; }
span { border-color: rgb(123,223,125); }
td.TdClassName
{
border-color: #7BDF7D;
}
.TagClassName
{
border-color: #7BDF7D;
}
</style>