Shades of Bright Green #6DFD32
Tints of Bright Green #6DFD32
RGB
CMYK
RGB Variations
Color information
#6DFD32 (or 0x6DFD32) is known color: Bright Green. HEX triplet: 6D, FD and 32. RGB value is (109,253,50). Sum of RGB (Red+Green+Blue) = 109+253+50=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 253 (99.22% from 255 or 61.41% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DFD32 is #9202CD. Grayscale: #BBBBBB. Windows color (decimal): -9568974 or 3341677. OLE color: 3341677.
HSL color Cylindrical-coordinate representation of color #6DFD32: hue angle of 102.56º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DFD32 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 50 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.01 |
| HSL | 102.56º | 0.98% | 0.59% | - |
| HSV(B) | 102.56º | 0.8% | 0.99% | - |
| XYZ | 42.01 | 73.73 | 15.04 | - |
| YUV | 186.8 | 50.79 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 50 | 0.57 | 0 | 0.80 | 0.01 | 102.56 | 0.98 | 0.59 |
| Hex | 6D | FD | 32 | 39 | 0 | 50 | 1 | 67 | 62 | 3B |
| Octal | 155 | 375 | 62 | 71 | 0 | 120 | 1 | 147 | 142 | 73 |
| Binary | 1101101 | 11111101 | 110010 | 111001 | 0 | 1010000 | 1 | 1100111 | 1100010 | 111011 |
Color Harmonies of #6DFD32
Complementary color
Monochromatic Colors of #6DFD32
Black with #6DFD32
Text Example
Text Example
White with #6DFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFD32; }
p { color: rgb(109,253,50); }
H1.HeaderClassName
{
color: #6DFD32;
}
.AnyTagClassName
{
color: #6DFD32;
}
</style>
background-color css
<style>
a { background-color: #6DFD32; }
a { background-color: rgb(109,253,50); }
div.DivClassName
{
background-color: #6DFD32;
}
.BgClassName
{
background-color: #6DFD32;
}
</style>
border-color css
<style>
span { border-color: #6DFD32; }
span { border-color: rgb(109,253,50); }
td.TdClassName
{
border-color: #6DFD32;
}
.TagClassName
{
border-color: #6DFD32;
}
</style>