Shades of Pastel Green #7BCF70
Tints of Pastel Green #7BCF70
RGB
CMYK
RGB Variations
Color information
#7BCF70 (or 0x7BCF70) is known color: Pastel Green. HEX triplet: 7B, CF and 70. RGB value is (123,207,112). Sum of RGB (Red+Green+Blue) = 123+207+112=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCF70 is #84308F. Grayscale: #ABABAB. Windows color (decimal): -8663184 or 7393147. OLE color: 7393147.
HSL color Cylindrical-coordinate representation of color #7BCF70: hue angle of 113.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BCF70 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 112 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.19 |
| HSL | 113.05º | 0.5% | 0.63% | - |
| HSV(B) | 113.05º | 0.46% | 0.81% | - |
| XYZ | 33.41 | 50.01 | 23.22 | - |
| YUV | 171.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 112 | 0.41 | 0 | 0.46 | 0.19 | 113.05 | 0.5 | 0.63 |
| Hex | 7B | CF | 70 | 29 | 0 | 2E | 13 | 71 | 32 | 3F |
| Octal | 173 | 317 | 160 | 51 | 0 | 56 | 23 | 161 | 62 | 77 |
| Binary | 1111011 | 11001111 | 1110000 | 101001 | 0 | 101110 | 10011 | 1110001 | 110010 | 111111 |
Color Harmonies of #7BCF70
Complementary color
Monochromatic Colors of #7BCF70
Black with #7BCF70
Text Example
Text Example
White with #7BCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF70; }
p { color: rgb(123,207,112); }
H1.HeaderClassName
{
color: #7BCF70;
}
.AnyTagClassName
{
color: #7BCF70;
}
</style>
background-color css
<style>
a { background-color: #7BCF70; }
a { background-color: rgb(123,207,112); }
div.DivClassName
{
background-color: #7BCF70;
}
.BgClassName
{
background-color: #7BCF70;
}
</style>
border-color css
<style>
span { border-color: #7BCF70; }
span { border-color: rgb(123,207,112); }
td.TdClassName
{
border-color: #7BCF70;
}
.TagClassName
{
border-color: #7BCF70;
}
</style>