Shades of Bright Green #6BDE10
Tints of Bright Green #6BDE10
RGB
CMYK
RGB Variations
Color information
#6BDE10 (or 0x6BDE10) is known color: Bright Green. HEX triplet: 6B, DE and 10. RGB value is (107,222,16). Sum of RGB (Red+Green+Blue) = 107+222+16=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 222 (87.11% from 255 or 64.35% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDE10 is #9421EF. Grayscale: #A4A4A4. Windows color (decimal): -9708016 or 1105515. OLE color: 1105515.
HSL color Cylindrical-coordinate representation of color #6BDE10: hue angle of 93.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BDE10 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 16 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.13 |
| HSL | 93.5º | 0.87% | 0.47% | - |
| HSV(B) | 93.5º | 0.93% | 0.87% | - |
| XYZ | 32.28 | 55.41 | 9.48 | - |
| YUV | 164.13 | 44.4 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 16 | 0.52 | 0 | 0.93 | 0.13 | 93.5 | 0.87 | 0.47 |
| Hex | 6B | DE | 10 | 34 | 0 | 5D | D | 5D | 57 | 2F |
| Octal | 153 | 336 | 20 | 64 | 0 | 135 | 15 | 135 | 127 | 57 |
| Binary | 1101011 | 11011110 | 10000 | 110100 | 0 | 1011101 | 1101 | 1011101 | 1010111 | 101111 |
Color Harmonies of #6BDE10
Complementary color
Monochromatic Colors of #6BDE10
Black with #6BDE10
Text Example
Text Example
White with #6BDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE10; }
p { color: rgb(107,222,16); }
H1.HeaderClassName
{
color: #6BDE10;
}
.AnyTagClassName
{
color: #6BDE10;
}
</style>
background-color css
<style>
a { background-color: #6BDE10; }
a { background-color: rgb(107,222,16); }
div.DivClassName
{
background-color: #6BDE10;
}
.BgClassName
{
background-color: #6BDE10;
}
</style>
border-color css
<style>
span { border-color: #6BDE10; }
span { border-color: rgb(107,222,16); }
td.TdClassName
{
border-color: #6BDE10;
}
.TagClassName
{
border-color: #6BDE10;
}
</style>