Shades of Bright Green #6BED32
Tints of Bright Green #6BED32
RGB
CMYK
RGB Variations
Color information
#6BED32 (or 0x6BED32) is known color: Bright Green. HEX triplet: 6B, ED and 32. RGB value is (107,237,50). Sum of RGB (Red+Green+Blue) = 107+237+50=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BED32 is #9412CD. Grayscale: #B1B1B1. Windows color (decimal): -9704142 or 3337579. OLE color: 3337579.
HSL color Cylindrical-coordinate representation of color #6BED32: hue angle of 101.71º degrees, saturation: 0.84, 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 #6BED32 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 50 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.07 |
| HSL | 101.71º | 0.84% | 0.56% | - |
| HSV(B) | 101.71º | 0.79% | 0.93% | - |
| XYZ | 36.92 | 63.92 | 13.41 | - |
| YUV | 176.81 | 56.43 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 50 | 0.55 | 0 | 0.79 | 0.07 | 101.71 | 0.84 | 0.56 |
| Hex | 6B | ED | 32 | 37 | 0 | 4F | 7 | 66 | 54 | 38 |
| Octal | 153 | 355 | 62 | 67 | 0 | 117 | 7 | 146 | 124 | 70 |
| Binary | 1101011 | 11101101 | 110010 | 110111 | 0 | 1001111 | 111 | 1100110 | 1010100 | 111000 |
Color Harmonies of #6BED32
Complementary color
Monochromatic Colors of #6BED32
Black with #6BED32
Text Example
Text Example
White with #6BED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED32; }
p { color: rgb(107,237,50); }
H1.HeaderClassName
{
color: #6BED32;
}
.AnyTagClassName
{
color: #6BED32;
}
</style>
background-color css
<style>
a { background-color: #6BED32; }
a { background-color: rgb(107,237,50); }
div.DivClassName
{
background-color: #6BED32;
}
.BgClassName
{
background-color: #6BED32;
}
</style>
border-color css
<style>
span { border-color: #6BED32; }
span { border-color: rgb(107,237,50); }
td.TdClassName
{
border-color: #6BED32;
}
.TagClassName
{
border-color: #6BED32;
}
</style>