Shades of Pastel Green #68D665
Tints of Pastel Green #68D665
RGB
CMYK
RGB Variations
Color information
#68D665 (or 0x68D665) is known color: Pastel Green. HEX triplet: 68, D6 and 65. RGB value is (104,214,101). Sum of RGB (Red+Green+Blue) = 104+214+101=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #68D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D665 is #97299A. Grayscale: #A8A8A8. Windows color (decimal): -9906587 or 6674024. OLE color: 6674024.
HSL color Cylindrical-coordinate representation of color #68D665: hue angle of 118.41º degrees, saturation: 0.58, 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 #68D665 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 101 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.16 |
| HSL | 118.41º | 0.58% | 0.62% | - |
| HSV(B) | 118.41º | 0.53% | 0.84% | - |
| XYZ | 32.1 | 51.98 | 20.65 | - |
| YUV | 168.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 101 | 0.51 | 0 | 0.53 | 0.16 | 118.41 | 0.58 | 0.62 |
| Hex | 68 | D6 | 65 | 33 | 0 | 35 | 10 | 76 | 3A | 3E |
| Octal | 150 | 326 | 145 | 63 | 0 | 65 | 20 | 166 | 72 | 76 |
| Binary | 1101000 | 11010110 | 1100101 | 110011 | 0 | 110101 | 10000 | 1110110 | 111010 | 111110 |
Color Harmonies of #68D665
Complementary color
Monochromatic Colors of #68D665
Black with #68D665
Text Example
Text Example
White with #68D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D665; }
p { color: rgb(104,214,101); }
H1.HeaderClassName
{
color: #68D665;
}
.AnyTagClassName
{
color: #68D665;
}
</style>
background-color css
<style>
a { background-color: #68D665; }
a { background-color: rgb(104,214,101); }
div.DivClassName
{
background-color: #68D665;
}
.BgClassName
{
background-color: #68D665;
}
</style>
border-color css
<style>
span { border-color: #68D665; }
span { border-color: rgb(104,214,101); }
td.TdClassName
{
border-color: #68D665;
}
.TagClassName
{
border-color: #68D665;
}
</style>