Shades of Pastel Green #7BCD70
Tints of Pastel Green #7BCD70
RGB
CMYK
RGB Variations
Color information
#7BCD70 (or 0x7BCD70) is known color: Pastel Green. HEX triplet: 7B, CD and 70. RGB value is (123,205,112). Sum of RGB (Red+Green+Blue) = 123+205+112=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCD70 is #84328F. Grayscale: #AAAAAA. Windows color (decimal): -8663696 or 7392635. OLE color: 7392635.
HSL color Cylindrical-coordinate representation of color #7BCD70: hue angle of 112.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCD70 is Cyan = 0.4, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 112 | - |
| CMYK | 0.4 | 0 | 0.45 | 0.20 |
| HSL | 112.9º | 0.48% | 0.62% | - |
| HSV(B) | 112.9º | 0.45% | 0.8% | - |
| XYZ | 32.92 | 49.04 | 23.06 | - |
| YUV | 169.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 112 | 0.4 | 0 | 0.45 | 0.20 | 112.9 | 0.48 | 0.62 |
| Hex | 7B | CD | 70 | 28 | 0 | 2D | 14 | 71 | 30 | 3E |
| Octal | 173 | 315 | 160 | 50 | 0 | 55 | 24 | 161 | 60 | 76 |
| Binary | 1111011 | 11001101 | 1110000 | 101000 | 0 | 101101 | 10100 | 1110001 | 110000 | 111110 |
Color Harmonies of #7BCD70
Complementary color
Monochromatic Colors of #7BCD70
Black with #7BCD70
Text Example
Text Example
White with #7BCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD70; }
p { color: rgb(123,205,112); }
H1.HeaderClassName
{
color: #7BCD70;
}
.AnyTagClassName
{
color: #7BCD70;
}
</style>
background-color css
<style>
a { background-color: #7BCD70; }
a { background-color: rgb(123,205,112); }
div.DivClassName
{
background-color: #7BCD70;
}
.BgClassName
{
background-color: #7BCD70;
}
</style>
border-color css
<style>
span { border-color: #7BCD70; }
span { border-color: rgb(123,205,112); }
td.TdClassName
{
border-color: #7BCD70;
}
.TagClassName
{
border-color: #7BCD70;
}
</style>