Shades of Bright Green #68F901
Tints of Bright Green #68F901
RGB
CMYK
RGB Variations
Color information
#68F901 (or 0x68F901) is known color: Bright Green. HEX triplet: 68, F9 and 01. RGB value is (104,249,1). Sum of RGB (Red+Green+Blue) = 104+249+1=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #68F901 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F901 is #9706FE. Grayscale: #B2B2B2. Windows color (decimal): -9897727 or 129384. OLE color: 129384.
HSL color Cylindrical-coordinate representation of color #68F901: hue angle of 95.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68F901 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 249 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.02 |
| HSL | 95.08º | 0.99% | 0.49% | - |
| HSV(B) | 95.08º | 1% | 0.98% | - |
| XYZ | 39.59 | 70.7 | 11.59 | - |
| YUV | 177.37 | 28.46 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 249 | 1 | 0.58 | 0 | 1.00 | 0.02 | 95.08 | 0.99 | 0.49 |
| Hex | 68 | F9 | 1 | 3A | 0 | 64 | 2 | 5F | 63 | 31 |
| Octal | 150 | 371 | 1 | 72 | 0 | 144 | 2 | 137 | 143 | 61 |
| Binary | 1101000 | 11111001 | 1 | 111010 | 0 | 1100100 | 10 | 1011111 | 1100011 | 110001 |
Color Harmonies of #68F901
Complementary color
Monochromatic Colors of #68F901
Black with #68F901
Text Example
Text Example
White with #68F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F901; }
p { color: rgb(104,249,1); }
H1.HeaderClassName
{
color: #68F901;
}
.AnyTagClassName
{
color: #68F901;
}
</style>
background-color css
<style>
a { background-color: #68F901; }
a { background-color: rgb(104,249,1); }
div.DivClassName
{
background-color: #68F901;
}
.BgClassName
{
background-color: #68F901;
}
</style>
border-color css
<style>
span { border-color: #68F901; }
span { border-color: rgb(104,249,1); }
td.TdClassName
{
border-color: #68F901;
}
.TagClassName
{
border-color: #68F901;
}
</style>