Shades of Light Green #68F695
Tints of Light Green #68F695
RGB
CMYK
RGB Variations
Color information
#68F695 (or 0x68F695) is known color: Light Green. HEX triplet: 68, F6 and 95. RGB value is (104,246,149). Sum of RGB (Red+Green+Blue) = 104+246+149=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #68F695 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F695 is #97096A. Grayscale: #C0C0C0. Windows color (decimal): -9898347 or 9827944. OLE color: 9827944.
HSL color Cylindrical-coordinate representation of color #68F695: hue angle of 139.01º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F695 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 149 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.04 |
| HSL | 139.01º | 0.89% | 0.69% | - |
| HSV(B) | 139.01º | 0.58% | 0.96% | - |
| XYZ | 44.09 | 71.02 | 39.82 | - |
| YUV | 192.48 | 103.46 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 149 | 0.58 | 0 | 0.39 | 0.04 | 139.01 | 0.89 | 0.69 |
| Hex | 68 | F6 | 95 | 3A | 0 | 27 | 4 | 8B | 59 | 45 |
| Octal | 150 | 366 | 225 | 72 | 0 | 47 | 4 | 213 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10010101 | 111010 | 0 | 100111 | 100 | 10001011 | 1011001 | 1000101 |
Color Harmonies of #68F695
Complementary color
Monochromatic Colors of #68F695
Black with #68F695
Text Example
Text Example
White with #68F695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F695; }
p { color: rgb(104,246,149); }
H1.HeaderClassName
{
color: #68F695;
}
.AnyTagClassName
{
color: #68F695;
}
</style>
background-color css
<style>
a { background-color: #68F695; }
a { background-color: rgb(104,246,149); }
div.DivClassName
{
background-color: #68F695;
}
.BgClassName
{
background-color: #68F695;
}
</style>
border-color css
<style>
span { border-color: #68F695; }
span { border-color: rgb(104,246,149); }
td.TdClassName
{
border-color: #68F695;
}
.TagClassName
{
border-color: #68F695;
}
</style>