Shades of Light Green #68F995
Tints of Light Green #68F995
RGB
CMYK
RGB Variations
Color information
#68F995 (or 0x68F995) is known color: Light Green. HEX triplet: 68, F9 and 95. RGB value is (104,249,149). Sum of RGB (Red+Green+Blue) = 104+249+149=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #68F995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F995 is #97066A. Grayscale: #C2C2C2. Windows color (decimal): -9897579 or 9828712. OLE color: 9828712.
HSL color Cylindrical-coordinate representation of color #68F995: hue angle of 138.62º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F995 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 149 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.02 |
| HSL | 138.62º | 0.92% | 0.69% | - |
| HSV(B) | 138.62º | 0.58% | 0.98% | - |
| XYZ | 45.01 | 72.86 | 40.13 | - |
| YUV | 194.25 | 102.46 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 149 | 0.58 | 0 | 0.40 | 0.02 | 138.62 | 0.92 | 0.69 |
| Hex | 68 | F9 | 95 | 3A | 0 | 28 | 2 | 8B | 5C | 45 |
| Octal | 150 | 371 | 225 | 72 | 0 | 50 | 2 | 213 | 134 | 105 |
| Binary | 1101000 | 11111001 | 10010101 | 111010 | 0 | 101000 | 10 | 10001011 | 1011100 | 1000101 |
Color Harmonies of #68F995
Complementary color
Monochromatic Colors of #68F995
Black with #68F995
Text Example
Text Example
White with #68F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F995; }
p { color: rgb(104,249,149); }
H1.HeaderClassName
{
color: #68F995;
}
.AnyTagClassName
{
color: #68F995;
}
</style>
background-color css
<style>
a { background-color: #68F995; }
a { background-color: rgb(104,249,149); }
div.DivClassName
{
background-color: #68F995;
}
.BgClassName
{
background-color: #68F995;
}
</style>
border-color css
<style>
span { border-color: #68F995; }
span { border-color: rgb(104,249,149); }
td.TdClassName
{
border-color: #68F995;
}
.TagClassName
{
border-color: #68F995;
}
</style>