Shades of Bright Green #68DE13
Tints of Bright Green #68DE13
RGB
CMYK
RGB Variations
Color information
#68DE13 (or 0x68DE13) is known color: Bright Green. HEX triplet: 68, DE and 13. RGB value is (104,222,19). Sum of RGB (Red+Green+Blue) = 104+222+19=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DE13 is #9721EC. Grayscale: #A4A4A4. Windows color (decimal): -9904621 or 1302120. OLE color: 1302120.
HSL color Cylindrical-coordinate representation of color #68DE13: hue angle of 94.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68DE13 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 19 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.13 |
| HSL | 94.88º | 0.84% | 0.47% | - |
| HSV(B) | 94.88º | 0.91% | 0.87% | - |
| XYZ | 31.95 | 55.23 | 9.59 | - |
| YUV | 163.58 | 46.41 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 19 | 0.53 | 0 | 0.91 | 0.13 | 94.88 | 0.84 | 0.47 |
| Hex | 68 | DE | 13 | 35 | 0 | 5B | D | 5F | 54 | 2F |
| Octal | 150 | 336 | 23 | 65 | 0 | 133 | 15 | 137 | 124 | 57 |
| Binary | 1101000 | 11011110 | 10011 | 110101 | 0 | 1011011 | 1101 | 1011111 | 1010100 | 101111 |
Color Harmonies of #68DE13
Complementary color
Monochromatic Colors of #68DE13
Black with #68DE13
Text Example
Text Example
White with #68DE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE13; }
p { color: rgb(104,222,19); }
H1.HeaderClassName
{
color: #68DE13;
}
.AnyTagClassName
{
color: #68DE13;
}
</style>
background-color css
<style>
a { background-color: #68DE13; }
a { background-color: rgb(104,222,19); }
div.DivClassName
{
background-color: #68DE13;
}
.BgClassName
{
background-color: #68DE13;
}
</style>
border-color css
<style>
span { border-color: #68DE13; }
span { border-color: rgb(104,222,19); }
td.TdClassName
{
border-color: #68DE13;
}
.TagClassName
{
border-color: #68DE13;
}
</style>