Shades of Bright Green #68D901
Tints of Bright Green #68D901
RGB
CMYK
RGB Variations
Color information
#68D901 (or 0x68D901) is known color: Bright Green. HEX triplet: 68, D9 and 01. RGB value is (104,217,1). Sum of RGB (Red+Green+Blue) = 104+217+1=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 217 (85.16% from 255 or 67.39% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 217 - color contains mainly: green. Hex color #68D901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D901 is #9726FE. Grayscale: #9F9F9F. Windows color (decimal): -9905919 or 121192. OLE color: 121192.
HSL color Cylindrical-coordinate representation of color #68D901: hue angle of 91.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68D901 is Cyan = 0.52, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 1 | - |
| CMYK | 0.52 | 0 | 1.00 | 0.15 |
| HSL | 91.39º | 0.99% | 0.43% | - |
| HSV(B) | 91.39º | 1% | 0.85% | - |
| XYZ | 30.53 | 52.57 | 8.57 | - |
| YUV | 158.59 | 39.06 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 1 | 0.52 | 0 | 1.00 | 0.15 | 91.39 | 0.99 | 0.43 |
| Hex | 68 | D9 | 1 | 34 | 0 | 64 | F | 5B | 63 | 2B |
| Octal | 150 | 331 | 1 | 64 | 0 | 144 | 17 | 133 | 143 | 53 |
| Binary | 1101000 | 11011001 | 1 | 110100 | 0 | 1100100 | 1111 | 1011011 | 1100011 | 101011 |
Color Harmonies of #68D901
Complementary color
Monochromatic Colors of #68D901
Black with #68D901
Text Example
Text Example
White with #68D901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D901; }
p { color: rgb(104,217,1); }
H1.HeaderClassName
{
color: #68D901;
}
.AnyTagClassName
{
color: #68D901;
}
</style>
background-color css
<style>
a { background-color: #68D901; }
a { background-color: rgb(104,217,1); }
div.DivClassName
{
background-color: #68D901;
}
.BgClassName
{
background-color: #68D901;
}
</style>
border-color css
<style>
span { border-color: #68D901; }
span { border-color: rgb(104,217,1); }
td.TdClassName
{
border-color: #68D901;
}
.TagClassName
{
border-color: #68D901;
}
</style>