Shades of Pastel Green #68F07D
Tints of Pastel Green #68F07D
RGB
CMYK
RGB Variations
Color information
#68F07D (or 0x68F07D) is known color: Pastel Green. HEX triplet: 68, F0 and 7D. RGB value is (104,240,125). Sum of RGB (Red+Green+Blue) = 104+240+125=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #68F07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F07D is #970F82. Grayscale: #BABABA. Windows color (decimal): -9899907 or 8253544. OLE color: 8253544.
HSL color Cylindrical-coordinate representation of color #68F07D: hue angle of 129.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F07D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 125 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.06 |
| HSL | 129.26º | 0.82% | 0.67% | - |
| HSV(B) | 129.26º | 0.57% | 0.94% | - |
| XYZ | 40.57 | 66.74 | 30.15 | - |
| YUV | 186.23 | 93.44 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 125 | 0.57 | 0 | 0.48 | 0.06 | 129.26 | 0.82 | 0.67 |
| Hex | 68 | F0 | 7D | 39 | 0 | 30 | 6 | 81 | 52 | 43 |
| Octal | 150 | 360 | 175 | 71 | 0 | 60 | 6 | 201 | 122 | 103 |
| Binary | 1101000 | 11110000 | 1111101 | 111001 | 0 | 110000 | 110 | 10000001 | 1010010 | 1000011 |
Color Harmonies of #68F07D
Complementary color
Monochromatic Colors of #68F07D
Black with #68F07D
Text Example
Text Example
White with #68F07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F07D; }
p { color: rgb(104,240,125); }
H1.HeaderClassName
{
color: #68F07D;
}
.AnyTagClassName
{
color: #68F07D;
}
</style>
background-color css
<style>
a { background-color: #68F07D; }
a { background-color: rgb(104,240,125); }
div.DivClassName
{
background-color: #68F07D;
}
.BgClassName
{
background-color: #68F07D;
}
</style>
border-color css
<style>
span { border-color: #68F07D; }
span { border-color: rgb(104,240,125); }
td.TdClassName
{
border-color: #68F07D;
}
.TagClassName
{
border-color: #68F07D;
}
</style>