Shades of Pastel Green #68DF61
Tints of Pastel Green #68DF61
RGB
CMYK
RGB Variations
Color information
#68DF61 (or 0x68DF61) is known color: Pastel Green. HEX triplet: 68, DF and 61. RGB value is (104,223,97). Sum of RGB (Red+Green+Blue) = 104+223+97=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DF61 is #97209E. Grayscale: #ADADAD. Windows color (decimal): -9904287 or 6414184. OLE color: 6414184.
HSL color Cylindrical-coordinate representation of color #68DF61: hue angle of 116.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DF61 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 97 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.13 |
| HSL | 116.67º | 0.66% | 0.63% | - |
| HSV(B) | 116.67º | 0.57% | 0.87% | - |
| XYZ | 34.25 | 56.58 | 20.43 | - |
| YUV | 173.06 | 85.08 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 97 | 0.53 | 0 | 0.57 | 0.13 | 116.67 | 0.66 | 0.63 |
| Hex | 68 | DF | 61 | 35 | 0 | 39 | D | 75 | 42 | 3F |
| Octal | 150 | 337 | 141 | 65 | 0 | 71 | 15 | 165 | 102 | 77 |
| Binary | 1101000 | 11011111 | 1100001 | 110101 | 0 | 111001 | 1101 | 1110101 | 1000010 | 111111 |
Color Harmonies of #68DF61
Complementary color
Monochromatic Colors of #68DF61
Black with #68DF61
Text Example
Text Example
White with #68DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF61; }
p { color: rgb(104,223,97); }
H1.HeaderClassName
{
color: #68DF61;
}
.AnyTagClassName
{
color: #68DF61;
}
</style>
background-color css
<style>
a { background-color: #68DF61; }
a { background-color: rgb(104,223,97); }
div.DivClassName
{
background-color: #68DF61;
}
.BgClassName
{
background-color: #68DF61;
}
</style>
border-color css
<style>
span { border-color: #68DF61; }
span { border-color: rgb(104,223,97); }
td.TdClassName
{
border-color: #68DF61;
}
.TagClassName
{
border-color: #68DF61;
}
</style>