Shades of Bright Green #6DEC32
Tints of Bright Green #6DEC32
RGB
CMYK
RGB Variations
Color information
#6DEC32 (or 0x6DEC32) is known color: Bright Green. HEX triplet: 6D, EC and 32. RGB value is (109,236,50). Sum of RGB (Red+Green+Blue) = 109+236+50=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #6DEC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6DEC32 is #9213CD. Grayscale: #B1B1B1. Windows color (decimal): -9573326 or 3337325. OLE color: 3337325.
HSL color Cylindrical-coordinate representation of color #6DEC32: hue angle of 100.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6DEC32 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 50 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.07 |
| HSL | 100.97º | 0.83% | 0.56% | - |
| HSV(B) | 100.97º | 0.79% | 0.93% | - |
| XYZ | 36.88 | 63.47 | 13.33 | - |
| YUV | 176.82 | 56.42 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 50 | 0.54 | 0 | 0.79 | 0.07 | 100.97 | 0.83 | 0.56 |
| Hex | 6D | EC | 32 | 36 | 0 | 4F | 7 | 65 | 53 | 38 |
| Octal | 155 | 354 | 62 | 66 | 0 | 117 | 7 | 145 | 123 | 70 |
| Binary | 1101101 | 11101100 | 110010 | 110110 | 0 | 1001111 | 111 | 1100101 | 1010011 | 111000 |
Color Harmonies of #6DEC32
Complementary color
Monochromatic Colors of #6DEC32
Black with #6DEC32
Text Example
Text Example
White with #6DEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEC32; }
p { color: rgb(109,236,50); }
H1.HeaderClassName
{
color: #6DEC32;
}
.AnyTagClassName
{
color: #6DEC32;
}
</style>
background-color css
<style>
a { background-color: #6DEC32; }
a { background-color: rgb(109,236,50); }
div.DivClassName
{
background-color: #6DEC32;
}
.BgClassName
{
background-color: #6DEC32;
}
</style>
border-color css
<style>
span { border-color: #6DEC32; }
span { border-color: rgb(109,236,50); }
td.TdClassName
{
border-color: #6DEC32;
}
.TagClassName
{
border-color: #6DEC32;
}
</style>