Shades of Bright Green #68F00F
Tints of Bright Green #68F00F
RGB
CMYK
RGB Variations
Color information
#68F00F (or 0x68F00F) is known color: Bright Green. HEX triplet: 68, F0 and 0F. RGB value is (104,240,15). Sum of RGB (Red+Green+Blue) = 104+240+15=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #68F00F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F00F is #970FF0. Grayscale: #AEAEAE. Windows color (decimal): -9900017 or 1044584. OLE color: 1044584.
HSL color Cylindrical-coordinate representation of color #68F00F: hue angle of 96.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68F00F is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 15 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.06 |
| HSL | 96.27º | 0.88% | 0.5% | - |
| HSV(B) | 96.27º | 0.94% | 0.94% | - |
| XYZ | 36.96 | 65.3 | 11.11 | - |
| YUV | 173.69 | 38.44 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 15 | 0.57 | 0 | 0.94 | 0.06 | 96.27 | 0.88 | 0.5 |
| Hex | 68 | F0 | F | 39 | 0 | 5E | 6 | 60 | 58 | 32 |
| Octal | 150 | 360 | 17 | 71 | 0 | 136 | 6 | 140 | 130 | 62 |
| Binary | 1101000 | 11110000 | 1111 | 111001 | 0 | 1011110 | 110 | 1100000 | 1011000 | 110010 |
Color Harmonies of #68F00F
Complementary color
Monochromatic Colors of #68F00F
Black with #68F00F
Text Example
Text Example
White with #68F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F00F; }
p { color: rgb(104,240,15); }
H1.HeaderClassName
{
color: #68F00F;
}
.AnyTagClassName
{
color: #68F00F;
}
</style>
background-color css
<style>
a { background-color: #68F00F; }
a { background-color: rgb(104,240,15); }
div.DivClassName
{
background-color: #68F00F;
}
.BgClassName
{
background-color: #68F00F;
}
</style>
border-color css
<style>
span { border-color: #68F00F; }
span { border-color: rgb(104,240,15); }
td.TdClassName
{
border-color: #68F00F;
}
.TagClassName
{
border-color: #68F00F;
}
</style>