Shades of Pastel Green #68D765
Tints of Pastel Green #68D765
RGB
CMYK
RGB Variations
Color information
#68D765 (or 0x68D765) is known color: Pastel Green. HEX triplet: 68, D7 and 65. RGB value is (104,215,101). Sum of RGB (Red+Green+Blue) = 104+215+101=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #68D765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D765 is #97289A. Grayscale: #A9A9A9. Windows color (decimal): -9906331 or 6674280. OLE color: 6674280.
HSL color Cylindrical-coordinate representation of color #68D765: hue angle of 118.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D765 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 101 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.16 |
| HSL | 118.42º | 0.59% | 0.62% | - |
| HSV(B) | 118.42º | 0.53% | 0.84% | - |
| XYZ | 32.36 | 52.48 | 20.74 | - |
| YUV | 168.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 101 | 0.52 | 0 | 0.53 | 0.16 | 118.42 | 0.59 | 0.62 |
| Hex | 68 | D7 | 65 | 34 | 0 | 35 | 10 | 76 | 3B | 3E |
| Octal | 150 | 327 | 145 | 64 | 0 | 65 | 20 | 166 | 73 | 76 |
| Binary | 1101000 | 11010111 | 1100101 | 110100 | 0 | 110101 | 10000 | 1110110 | 111011 | 111110 |
Color Harmonies of #68D765
Complementary color
Monochromatic Colors of #68D765
Black with #68D765
Text Example
Text Example
White with #68D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D765; }
p { color: rgb(104,215,101); }
H1.HeaderClassName
{
color: #68D765;
}
.AnyTagClassName
{
color: #68D765;
}
</style>
background-color css
<style>
a { background-color: #68D765; }
a { background-color: rgb(104,215,101); }
div.DivClassName
{
background-color: #68D765;
}
.BgClassName
{
background-color: #68D765;
}
</style>
border-color css
<style>
span { border-color: #68D765; }
span { border-color: rgb(104,215,101); }
td.TdClassName
{
border-color: #68D765;
}
.TagClassName
{
border-color: #68D765;
}
</style>