Shades of Bright Green #68F205
Tints of Bright Green #68F205
RGB
CMYK
RGB Variations
Color information
#68F205 (or 0x68F205) is known color: Bright Green. HEX triplet: 68, F2 and 05. RGB value is (104,242,5). Sum of RGB (Red+Green+Blue) = 104+242+5=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #68F205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F205 is #970DFA. Grayscale: #AEAEAE. Windows color (decimal): -9899515 or 389736. OLE color: 389736.
HSL color Cylindrical-coordinate representation of color #68F205: hue angle of 94.94º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68F205 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 5 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.05 |
| HSL | 94.94º | 0.96% | 0.48% | - |
| HSV(B) | 94.94º | 0.98% | 0.95% | - |
| XYZ | 37.49 | 66.46 | 11 | - |
| YUV | 173.72 | 32.78 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 5 | 0.57 | 0 | 0.98 | 0.05 | 94.94 | 0.96 | 0.48 |
| Hex | 68 | F2 | 5 | 39 | 0 | 62 | 5 | 5F | 60 | 30 |
| Octal | 150 | 362 | 5 | 71 | 0 | 142 | 5 | 137 | 140 | 60 |
| Binary | 1101000 | 11110010 | 101 | 111001 | 0 | 1100010 | 101 | 1011111 | 1100000 | 110000 |
Color Harmonies of #68F205
Complementary color
Monochromatic Colors of #68F205
Black with #68F205
Text Example
Text Example
White with #68F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F205; }
p { color: rgb(104,242,5); }
H1.HeaderClassName
{
color: #68F205;
}
.AnyTagClassName
{
color: #68F205;
}
</style>
background-color css
<style>
a { background-color: #68F205; }
a { background-color: rgb(104,242,5); }
div.DivClassName
{
background-color: #68F205;
}
.BgClassName
{
background-color: #68F205;
}
</style>
border-color css
<style>
span { border-color: #68F205; }
span { border-color: rgb(104,242,5); }
td.TdClassName
{
border-color: #68F205;
}
.TagClassName
{
border-color: #68F205;
}
</style>