Shades of Pastel Green #68DC5F
Tints of Pastel Green #68DC5F
RGB
CMYK
RGB Variations
Color information
#68DC5F (or 0x68DC5F) is known color: Pastel Green. HEX triplet: 68, DC and 5F. RGB value is (104,220,95). Sum of RGB (Red+Green+Blue) = 104+220+95=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC5F is #9723A0. Grayscale: #ABABAB. Windows color (decimal): -9905057 or 6282344. OLE color: 6282344.
HSL color Cylindrical-coordinate representation of color #68DC5F: hue angle of 115.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DC5F is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 95 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.14 |
| HSL | 115.68º | 0.64% | 0.62% | - |
| HSV(B) | 115.68º | 0.57% | 0.86% | - |
| XYZ | 33.37 | 54.96 | 19.68 | - |
| YUV | 171.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 95 | 0.53 | 0 | 0.57 | 0.14 | 115.68 | 0.64 | 0.62 |
| Hex | 68 | DC | 5F | 35 | 0 | 39 | E | 74 | 40 | 3E |
| Octal | 150 | 334 | 137 | 65 | 0 | 71 | 16 | 164 | 100 | 76 |
| Binary | 1101000 | 11011100 | 1011111 | 110101 | 0 | 111001 | 1110 | 1110100 | 1000000 | 111110 |
Color Harmonies of #68DC5F
Complementary color
Monochromatic Colors of #68DC5F
Black with #68DC5F
Text Example
Text Example
White with #68DC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC5F; }
p { color: rgb(104,220,95); }
H1.HeaderClassName
{
color: #68DC5F;
}
.AnyTagClassName
{
color: #68DC5F;
}
</style>
background-color css
<style>
a { background-color: #68DC5F; }
a { background-color: rgb(104,220,95); }
div.DivClassName
{
background-color: #68DC5F;
}
.BgClassName
{
background-color: #68DC5F;
}
</style>
border-color css
<style>
span { border-color: #68DC5F; }
span { border-color: rgb(104,220,95); }
td.TdClassName
{
border-color: #68DC5F;
}
.TagClassName
{
border-color: #68DC5F;
}
</style>