Shades of Bright Green #68FF0D
Tints of Bright Green #68FF0D
RGB
CMYK
RGB Variations
Color information
#68FF0D (or 0x68FF0D) is known color: Bright Green. HEX triplet: 68, FF and 0D. RGB value is (104,255,13). Sum of RGB (Red+Green+Blue) = 104+255+13=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FF0D is #9700F2. Grayscale: #B7B7B7. Windows color (decimal): -9896179 or 917352. OLE color: 917352.
HSL color Cylindrical-coordinate representation of color #68FF0D: hue angle of 97.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68FF0D is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 13 | - |
| CMYK | 0.59 | 0 | 0.95 | 0 |
| HSL | 97.44º | 1% | 0.53% | - |
| HSV(B) | 97.44º | 0.95% | 1% | - |
| XYZ | 41.54 | 74.49 | 12.57 | - |
| YUV | 182.26 | 32.47 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 13 | 0.59 | 0 | 0.95 | 0 | 97.44 | 1 | 0.53 |
| Hex | 68 | FF | D | 3B | 0 | 5F | 0 | 61 | 64 | 35 |
| Octal | 150 | 377 | 15 | 73 | 0 | 137 | 0 | 141 | 144 | 65 |
| Binary | 1101000 | 11111111 | 1101 | 111011 | 0 | 1011111 | 0 | 1100001 | 1100100 | 110101 |
Color Harmonies of #68FF0D
Complementary color
Monochromatic Colors of #68FF0D
Black with #68FF0D
Text Example
Text Example
White with #68FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF0D; }
p { color: rgb(104,255,13); }
H1.HeaderClassName
{
color: #68FF0D;
}
.AnyTagClassName
{
color: #68FF0D;
}
</style>
background-color css
<style>
a { background-color: #68FF0D; }
a { background-color: rgb(104,255,13); }
div.DivClassName
{
background-color: #68FF0D;
}
.BgClassName
{
background-color: #68FF0D;
}
</style>
border-color css
<style>
span { border-color: #68FF0D; }
span { border-color: rgb(104,255,13); }
td.TdClassName
{
border-color: #68FF0D;
}
.TagClassName
{
border-color: #68FF0D;
}
</style>