Shades of Bright Green #6BED34
Tints of Bright Green #6BED34
RGB
CMYK
RGB Variations
Color information
#6BED34 (or 0x6BED34) is known color: Bright Green. HEX triplet: 6B, ED and 34. RGB value is (107,237,52). Sum of RGB (Red+Green+Blue) = 107+237+52=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BED34 is #9412CB. Grayscale: #B1B1B1. Windows color (decimal): -9704140 or 3468651. OLE color: 3468651.
HSL color Cylindrical-coordinate representation of color #6BED34: hue angle of 102.16º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BED34 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 52 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.07 |
| HSL | 102.16º | 0.84% | 0.57% | - |
| HSV(B) | 102.16º | 0.78% | 0.93% | - |
| XYZ | 36.97 | 63.94 | 13.64 | - |
| YUV | 177.04 | 57.43 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 52 | 0.55 | 0 | 0.78 | 0.07 | 102.16 | 0.84 | 0.57 |
| Hex | 6B | ED | 34 | 37 | 0 | 4E | 7 | 66 | 54 | 39 |
| Octal | 153 | 355 | 64 | 67 | 0 | 116 | 7 | 146 | 124 | 71 |
| Binary | 1101011 | 11101101 | 110100 | 110111 | 0 | 1001110 | 111 | 1100110 | 1010100 | 111001 |
Color Harmonies of #6BED34
Complementary color
Monochromatic Colors of #6BED34
Black with #6BED34
Text Example
Text Example
White with #6BED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED34; }
p { color: rgb(107,237,52); }
H1.HeaderClassName
{
color: #6BED34;
}
.AnyTagClassName
{
color: #6BED34;
}
</style>
background-color css
<style>
a { background-color: #6BED34; }
a { background-color: rgb(107,237,52); }
div.DivClassName
{
background-color: #6BED34;
}
.BgClassName
{
background-color: #6BED34;
}
</style>
border-color css
<style>
span { border-color: #6BED34; }
span { border-color: rgb(107,237,52); }
td.TdClassName
{
border-color: #6BED34;
}
.TagClassName
{
border-color: #6BED34;
}
</style>