Shades of Bright Green #68DF14
Tints of Bright Green #68DF14
RGB
CMYK
RGB Variations
Color information
#68DF14 (or 0x68DF14) is known color: Bright Green. HEX triplet: 68, DF and 14. RGB value is (104,223,20). Sum of RGB (Red+Green+Blue) = 104+223+20=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DF14 is #9720EB. Grayscale: #A4A4A4. Windows color (decimal): -9904364 or 1367912. OLE color: 1367912.
HSL color Cylindrical-coordinate representation of color #68DF14: hue angle of 95.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68DF14 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.13 |
| HSL | 95.17º | 0.84% | 0.48% | - |
| HSV(B) | 95.17º | 0.91% | 0.87% | - |
| XYZ | 32.22 | 55.77 | 9.73 | - |
| YUV | 164.28 | 46.58 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 20 | 0.53 | 0 | 0.91 | 0.13 | 95.17 | 0.84 | 0.48 |
| Hex | 68 | DF | 14 | 35 | 0 | 5B | D | 5F | 54 | 30 |
| Octal | 150 | 337 | 24 | 65 | 0 | 133 | 15 | 137 | 124 | 60 |
| Binary | 1101000 | 11011111 | 10100 | 110101 | 0 | 1011011 | 1101 | 1011111 | 1010100 | 110000 |
Color Harmonies of #68DF14
Complementary color
Monochromatic Colors of #68DF14
Black with #68DF14
Text Example
Text Example
White with #68DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF14; }
p { color: rgb(104,223,20); }
H1.HeaderClassName
{
color: #68DF14;
}
.AnyTagClassName
{
color: #68DF14;
}
</style>
background-color css
<style>
a { background-color: #68DF14; }
a { background-color: rgb(104,223,20); }
div.DivClassName
{
background-color: #68DF14;
}
.BgClassName
{
background-color: #68DF14;
}
</style>
border-color css
<style>
span { border-color: #68DF14; }
span { border-color: rgb(104,223,20); }
td.TdClassName
{
border-color: #68DF14;
}
.TagClassName
{
border-color: #68DF14;
}
</style>