Shades of Pastel Green #7BDC75
Tints of Pastel Green #7BDC75
RGB
CMYK
RGB Variations
Color information
#7BDC75 (or 0x7BDC75) is known color: Pastel Green. HEX triplet: 7B, DC and 75. RGB value is (123,220,117). Sum of RGB (Red+Green+Blue) = 123+220+117=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDC75 is #84238A. Grayscale: #B3B3B3. Windows color (decimal): -8659851 or 7724155. OLE color: 7724155.
HSL color Cylindrical-coordinate representation of color #7BDC75: hue angle of 116.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDC75 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 117 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.14 |
| HSL | 116.5º | 0.6% | 0.66% | - |
| HSV(B) | 116.5º | 0.47% | 0.86% | - |
| XYZ | 36.97 | 56.68 | 25.82 | - |
| YUV | 179.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 117 | 0.44 | 0 | 0.47 | 0.14 | 116.5 | 0.6 | 0.66 |
| Hex | 7B | DC | 75 | 2C | 0 | 2F | E | 75 | 3C | 42 |
| Octal | 173 | 334 | 165 | 54 | 0 | 57 | 16 | 165 | 74 | 102 |
| Binary | 1111011 | 11011100 | 1110101 | 101100 | 0 | 101111 | 1110 | 1110101 | 111100 | 1000010 |
Color Harmonies of #7BDC75
Complementary color
Monochromatic Colors of #7BDC75
Black with #7BDC75
Text Example
Text Example
White with #7BDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC75; }
p { color: rgb(123,220,117); }
H1.HeaderClassName
{
color: #7BDC75;
}
.AnyTagClassName
{
color: #7BDC75;
}
</style>
background-color css
<style>
a { background-color: #7BDC75; }
a { background-color: rgb(123,220,117); }
div.DivClassName
{
background-color: #7BDC75;
}
.BgClassName
{
background-color: #7BDC75;
}
</style>
border-color css
<style>
span { border-color: #7BDC75; }
span { border-color: rgb(123,220,117); }
td.TdClassName
{
border-color: #7BDC75;
}
.TagClassName
{
border-color: #7BDC75;
}
</style>