Shades of Bright Green #68F82B
Tints of Bright Green #68F82B
RGB
CMYK
RGB Variations
Color information
#68F82B (or 0x68F82B) is known color: Bright Green. HEX triplet: 68, F8 and 2B. RGB value is (104,248,43). Sum of RGB (Red+Green+Blue) = 104+248+43=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 248 (97.27% from 255 or 62.78% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 248 - color contains mainly: green. Hex color #68F82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F82B is #9707D4. Grayscale: #B6B6B6. Windows color (decimal): -9897941 or 2881640. OLE color: 2881640.
HSL color Cylindrical-coordinate representation of color #68F82B: hue angle of 102.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68F82B is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 248 | 43 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.03 |
| HSL | 102.15º | 0.94% | 0.57% | - |
| HSV(B) | 102.15º | 0.83% | 0.97% | - |
| XYZ | 39.71 | 70.25 | 13.75 | - |
| YUV | 181.57 | 49.79 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 248 | 43 | 0.58 | 0 | 0.83 | 0.03 | 102.15 | 0.94 | 0.57 |
| Hex | 68 | F8 | 2B | 3A | 0 | 53 | 3 | 66 | 5E | 39 |
| Octal | 150 | 370 | 53 | 72 | 0 | 123 | 3 | 146 | 136 | 71 |
| Binary | 1101000 | 11111000 | 101011 | 111010 | 0 | 1010011 | 11 | 1100110 | 1011110 | 111001 |
Color Harmonies of #68F82B
Complementary color
Monochromatic Colors of #68F82B
Black with #68F82B
Text Example
Text Example
White with #68F82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F82B; }
p { color: rgb(104,248,43); }
H1.HeaderClassName
{
color: #68F82B;
}
.AnyTagClassName
{
color: #68F82B;
}
</style>
background-color css
<style>
a { background-color: #68F82B; }
a { background-color: rgb(104,248,43); }
div.DivClassName
{
background-color: #68F82B;
}
.BgClassName
{
background-color: #68F82B;
}
</style>
border-color css
<style>
span { border-color: #68F82B; }
span { border-color: rgb(104,248,43); }
td.TdClassName
{
border-color: #68F82B;
}
.TagClassName
{
border-color: #68F82B;
}
</style>