Shades of Light Green #68FF94
Tints of Light Green #68FF94
RGB
CMYK
RGB Variations
Color information
#68FF94 (or 0x68FF94) is known color: Light Green. HEX triplet: 68, FF and 94. RGB value is (104,255,148). Sum of RGB (Red+Green+Blue) = 104+255+148=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FF94 is #97006B. Grayscale: #C5C5C5. Windows color (decimal): -9896044 or 9764712. OLE color: 9764712.
HSL color Cylindrical-coordinate representation of color #68FF94: hue angle of 137.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FF94 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 148 | - |
| CMYK | 0.59 | 0 | 0.42 | 0 |
| HSL | 137.48º | 1% | 0.7% | - |
| HSV(B) | 137.48º | 0.59% | 1% | - |
| XYZ | 46.81 | 76.6 | 40.34 | - |
| YUV | 197.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 148 | 0.59 | 0 | 0.42 | 0 | 137.48 | 1 | 0.7 |
| Hex | 68 | FF | 94 | 3B | 0 | 2A | 0 | 89 | 64 | 46 |
| Octal | 150 | 377 | 224 | 73 | 0 | 52 | 0 | 211 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10010100 | 111011 | 0 | 101010 | 0 | 10001001 | 1100100 | 1000110 |
Color Harmonies of #68FF94
Complementary color
Monochromatic Colors of #68FF94
Black with #68FF94
Text Example
Text Example
White with #68FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF94; }
p { color: rgb(104,255,148); }
H1.HeaderClassName
{
color: #68FF94;
}
.AnyTagClassName
{
color: #68FF94;
}
</style>
background-color css
<style>
a { background-color: #68FF94; }
a { background-color: rgb(104,255,148); }
div.DivClassName
{
background-color: #68FF94;
}
.BgClassName
{
background-color: #68FF94;
}
</style>
border-color css
<style>
span { border-color: #68FF94; }
span { border-color: rgb(104,255,148); }
td.TdClassName
{
border-color: #68FF94;
}
.TagClassName
{
border-color: #68FF94;
}
</style>