Shades of Bright Green #68D70B
Tints of Bright Green #68D70B
RGB
CMYK
RGB Variations
Color information
#68D70B (or 0x68D70B) is known color: Bright Green. HEX triplet: 68, D7 and 0B. RGB value is (104,215,11). Sum of RGB (Red+Green+Blue) = 104+215+11=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #68D70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D70B is #9728F4. Grayscale: #9F9F9F. Windows color (decimal): -9906421 or 776040. OLE color: 776040.
HSL color Cylindrical-coordinate representation of color #68D70B: hue angle of 92.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68D70B is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 11 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.16 |
| HSL | 92.65º | 0.9% | 0.44% | - |
| HSV(B) | 92.65º | 0.95% | 0.84% | - |
| XYZ | 30.07 | 51.57 | 8.69 | - |
| YUV | 158.56 | 44.73 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 11 | 0.52 | 0 | 0.95 | 0.16 | 92.65 | 0.9 | 0.44 |
| Hex | 68 | D7 | B | 34 | 0 | 5F | 10 | 5D | 5A | 2C |
| Octal | 150 | 327 | 13 | 64 | 0 | 137 | 20 | 135 | 132 | 54 |
| Binary | 1101000 | 11010111 | 1011 | 110100 | 0 | 1011111 | 10000 | 1011101 | 1011010 | 101100 |
Color Harmonies of #68D70B
Complementary color
Monochromatic Colors of #68D70B
Black with #68D70B
Text Example
Text Example
White with #68D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D70B; }
p { color: rgb(104,215,11); }
H1.HeaderClassName
{
color: #68D70B;
}
.AnyTagClassName
{
color: #68D70B;
}
</style>
background-color css
<style>
a { background-color: #68D70B; }
a { background-color: rgb(104,215,11); }
div.DivClassName
{
background-color: #68D70B;
}
.BgClassName
{
background-color: #68D70B;
}
</style>
border-color css
<style>
span { border-color: #68D70B; }
span { border-color: rgb(104,215,11); }
td.TdClassName
{
border-color: #68D70B;
}
.TagClassName
{
border-color: #68D70B;
}
</style>