Shades of Pastel Green #68D25F
Tints of Pastel Green #68D25F
RGB
CMYK
RGB Variations
Color information
#68D25F (or 0x68D25F) is known color: Pastel Green. HEX triplet: 68, D2 and 5F. RGB value is (104,210,95). Sum of RGB (Red+Green+Blue) = 104+210+95=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #68D25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D25F is #972DA0. Grayscale: #A5A5A5. Windows color (decimal): -9907617 or 6279784. OLE color: 6279784.
HSL color Cylindrical-coordinate representation of color #68D25F: hue angle of 115.3º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68D25F is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 95 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.18 |
| HSL | 115.3º | 0.56% | 0.6% | - |
| HSV(B) | 115.3º | 0.55% | 0.82% | - |
| XYZ | 30.82 | 49.86 | 18.83 | - |
| YUV | 165.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 95 | 0.50 | 0 | 0.55 | 0.18 | 115.3 | 0.56 | 0.6 |
| Hex | 68 | D2 | 5F | 32 | 0 | 37 | 12 | 73 | 38 | 3C |
| Octal | 150 | 322 | 137 | 62 | 0 | 67 | 22 | 163 | 70 | 74 |
| Binary | 1101000 | 11010010 | 1011111 | 110010 | 0 | 110111 | 10010 | 1110011 | 111000 | 111100 |
Color Harmonies of #68D25F
Complementary color
Monochromatic Colors of #68D25F
Black with #68D25F
Text Example
Text Example
White with #68D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D25F; }
p { color: rgb(104,210,95); }
H1.HeaderClassName
{
color: #68D25F;
}
.AnyTagClassName
{
color: #68D25F;
}
</style>
background-color css
<style>
a { background-color: #68D25F; }
a { background-color: rgb(104,210,95); }
div.DivClassName
{
background-color: #68D25F;
}
.BgClassName
{
background-color: #68D25F;
}
</style>
border-color css
<style>
span { border-color: #68D25F; }
span { border-color: rgb(104,210,95); }
td.TdClassName
{
border-color: #68D25F;
}
.TagClassName
{
border-color: #68D25F;
}
</style>