Shades of Pastel Green #68D55B
Tints of Pastel Green #68D55B
RGB
CMYK
RGB Variations
Color information
#68D55B (or 0x68D55B) is known color: Pastel Green. HEX triplet: 68, D5 and 5B. RGB value is (104,213,91). Sum of RGB (Red+Green+Blue) = 104+213+91=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #68D55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D55B is #972AA4. Grayscale: #A6A6A6. Windows color (decimal): -9906853 or 6018408. OLE color: 6018408.
HSL color Cylindrical-coordinate representation of color #68D55B: hue angle of 113.61º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68D55B is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 91 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.16 |
| HSL | 113.61º | 0.59% | 0.6% | - |
| HSV(B) | 113.61º | 0.57% | 0.84% | - |
| XYZ | 31.39 | 51.29 | 18.14 | - |
| YUV | 166.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 91 | 0.51 | 0 | 0.57 | 0.16 | 113.61 | 0.59 | 0.6 |
| Hex | 68 | D5 | 5B | 33 | 0 | 39 | 10 | 72 | 3B | 3C |
| Octal | 150 | 325 | 133 | 63 | 0 | 71 | 20 | 162 | 73 | 74 |
| Binary | 1101000 | 11010101 | 1011011 | 110011 | 0 | 111001 | 10000 | 1110010 | 111011 | 111100 |
Color Harmonies of #68D55B
Complementary color
Monochromatic Colors of #68D55B
Black with #68D55B
Text Example
Text Example
White with #68D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D55B; }
p { color: rgb(104,213,91); }
H1.HeaderClassName
{
color: #68D55B;
}
.AnyTagClassName
{
color: #68D55B;
}
</style>
background-color css
<style>
a { background-color: #68D55B; }
a { background-color: rgb(104,213,91); }
div.DivClassName
{
background-color: #68D55B;
}
.BgClassName
{
background-color: #68D55B;
}
</style>
border-color css
<style>
span { border-color: #68D55B; }
span { border-color: rgb(104,213,91); }
td.TdClassName
{
border-color: #68D55B;
}
.TagClassName
{
border-color: #68D55B;
}
</style>