Shades of Pastel Green #68F07F
Tints of Pastel Green #68F07F
RGB
CMYK
RGB Variations
Color information
#68F07F (or 0x68F07F) is known color: Pastel Green. HEX triplet: 68, F0 and 7F. RGB value is (104,240,127). Sum of RGB (Red+Green+Blue) = 104+240+127=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #68F07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F07F is #970F80. Grayscale: #BABABA. Windows color (decimal): -9899905 or 8384616. OLE color: 8384616.
HSL color Cylindrical-coordinate representation of color #68F07F: hue angle of 130.15º 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 #68F07F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 127 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.06 |
| HSL | 130.15º | 0.82% | 0.67% | - |
| HSV(B) | 130.15º | 0.57% | 0.94% | - |
| XYZ | 40.7 | 66.8 | 30.83 | - |
| YUV | 186.45 | 94.44 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 127 | 0.57 | 0 | 0.47 | 0.06 | 130.15 | 0.82 | 0.67 |
| Hex | 68 | F0 | 7F | 39 | 0 | 2F | 6 | 82 | 52 | 43 |
| Octal | 150 | 360 | 177 | 71 | 0 | 57 | 6 | 202 | 122 | 103 |
| Binary | 1101000 | 11110000 | 1111111 | 111001 | 0 | 101111 | 110 | 10000010 | 1010010 | 1000011 |
Color Harmonies of #68F07F
Complementary color
Monochromatic Colors of #68F07F
Black with #68F07F
Text Example
Text Example
White with #68F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F07F; }
p { color: rgb(104,240,127); }
H1.HeaderClassName
{
color: #68F07F;
}
.AnyTagClassName
{
color: #68F07F;
}
</style>
background-color css
<style>
a { background-color: #68F07F; }
a { background-color: rgb(104,240,127); }
div.DivClassName
{
background-color: #68F07F;
}
.BgClassName
{
background-color: #68F07F;
}
</style>
border-color css
<style>
span { border-color: #68F07F; }
span { border-color: rgb(104,240,127); }
td.TdClassName
{
border-color: #68F07F;
}
.TagClassName
{
border-color: #68F07F;
}
</style>