Shades of Bright Green #6DF80B
Tints of Bright Green #6DF80B
RGB
CMYK
RGB Variations
Color information
#6DF80B (or 0x6DF80B) is known color: Bright Green. HEX triplet: 6D, F8 and 0B. RGB value is (109,248,11). Sum of RGB (Red+Green+Blue) = 109+248+11=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 248 (97.27% from 255 or 67.39% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF80B is #9207F4. Grayscale: #B4B4B4. Windows color (decimal): -9570293 or 784493. OLE color: 784493.
HSL color Cylindrical-coordinate representation of color #6DF80B: hue angle of 95.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DF80B is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 248 | 11 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.03 |
| HSL | 95.19º | 0.94% | 0.51% | - |
| HSV(B) | 95.19º | 0.96% | 0.97% | - |
| XYZ | 39.93 | 70.41 | 11.8 | - |
| YUV | 179.42 | 32.95 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 248 | 11 | 0.56 | 0 | 0.96 | 0.03 | 95.19 | 0.94 | 0.51 |
| Hex | 6D | F8 | B | 38 | 0 | 60 | 3 | 5F | 5E | 33 |
| Octal | 155 | 370 | 13 | 70 | 0 | 140 | 3 | 137 | 136 | 63 |
| Binary | 1101101 | 11111000 | 1011 | 111000 | 0 | 1100000 | 11 | 1011111 | 1011110 | 110011 |
Color Harmonies of #6DF80B
Complementary color
Monochromatic Colors of #6DF80B
Black with #6DF80B
Text Example
Text Example
White with #6DF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF80B; }
p { color: rgb(109,248,11); }
H1.HeaderClassName
{
color: #6DF80B;
}
.AnyTagClassName
{
color: #6DF80B;
}
</style>
background-color css
<style>
a { background-color: #6DF80B; }
a { background-color: rgb(109,248,11); }
div.DivClassName
{
background-color: #6DF80B;
}
.BgClassName
{
background-color: #6DF80B;
}
</style>
border-color css
<style>
span { border-color: #6DF80B; }
span { border-color: rgb(109,248,11); }
td.TdClassName
{
border-color: #6DF80B;
}
.TagClassName
{
border-color: #6DF80B;
}
</style>