Shades of Pastel Green #7BD568
Tints of Pastel Green #7BD568
RGB
CMYK
RGB Variations
Color information
#7BD568 (or 0x7BD568) is known color: Pastel Green. HEX triplet: 7B, D5 and 68. RGB value is (123,213,104). Sum of RGB (Red+Green+Blue) = 123+213+104=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD568 is #842A97. Grayscale: #AEAEAE. Windows color (decimal): -8661656 or 6870395. OLE color: 6870395.
HSL color Cylindrical-coordinate representation of color #7BD568: hue angle of 109.54º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BD568 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 104 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.16 |
| HSL | 109.54º | 0.56% | 0.62% | - |
| HSV(B) | 109.54º | 0.51% | 0.84% | - |
| XYZ | 34.46 | 52.8 | 21.47 | - |
| YUV | 173.66 | 88.68 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 104 | 0.42 | 0 | 0.51 | 0.16 | 109.54 | 0.56 | 0.62 |
| Hex | 7B | D5 | 68 | 2A | 0 | 33 | 10 | 6E | 38 | 3E |
| Octal | 173 | 325 | 150 | 52 | 0 | 63 | 20 | 156 | 70 | 76 |
| Binary | 1111011 | 11010101 | 1101000 | 101010 | 0 | 110011 | 10000 | 1101110 | 111000 | 111110 |
Color Harmonies of #7BD568
Complementary color
Monochromatic Colors of #7BD568
Black with #7BD568
Text Example
Text Example
White with #7BD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD568; }
p { color: rgb(123,213,104); }
H1.HeaderClassName
{
color: #7BD568;
}
.AnyTagClassName
{
color: #7BD568;
}
</style>
background-color css
<style>
a { background-color: #7BD568; }
a { background-color: rgb(123,213,104); }
div.DivClassName
{
background-color: #7BD568;
}
.BgClassName
{
background-color: #7BD568;
}
</style>
border-color css
<style>
span { border-color: #7BD568; }
span { border-color: rgb(123,213,104); }
td.TdClassName
{
border-color: #7BD568;
}
.TagClassName
{
border-color: #7BD568;
}
</style>