Shades of Bright Green #6FED32
Tints of Bright Green #6FED32
RGB
CMYK
RGB Variations
Color information
#6FED32 (or 0x6FED32) is known color: Bright Green. HEX triplet: 6F, ED and 32. RGB value is (111,237,50). Sum of RGB (Red+Green+Blue) = 111+237+50=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 237 (92.97% from 255 or 59.55% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 237 - color contains mainly: green. Hex color #6FED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FED32 is #9012CD. Grayscale: #B2B2B2. Windows color (decimal): -9441998 or 3337583. OLE color: 3337583.
HSL color Cylindrical-coordinate representation of color #6FED32: hue angle of 100.43º 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 #6FED32 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 50 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.07 |
| HSL | 100.43º | 0.84% | 0.56% | - |
| HSV(B) | 100.43º | 0.79% | 0.93% | - |
| XYZ | 37.42 | 64.18 | 13.43 | - |
| YUV | 178.01 | 55.76 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 50 | 0.53 | 0 | 0.79 | 0.07 | 100.43 | 0.84 | 0.56 |
| Hex | 6F | ED | 32 | 35 | 0 | 4F | 7 | 64 | 54 | 38 |
| Octal | 157 | 355 | 62 | 65 | 0 | 117 | 7 | 144 | 124 | 70 |
| Binary | 1101111 | 11101101 | 110010 | 110101 | 0 | 1001111 | 111 | 1100100 | 1010100 | 111000 |
Color Harmonies of #6FED32
Complementary color
Monochromatic Colors of #6FED32
Black with #6FED32
Text Example
Text Example
White with #6FED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FED32; }
p { color: rgb(111,237,50); }
H1.HeaderClassName
{
color: #6FED32;
}
.AnyTagClassName
{
color: #6FED32;
}
</style>
background-color css
<style>
a { background-color: #6FED32; }
a { background-color: rgb(111,237,50); }
div.DivClassName
{
background-color: #6FED32;
}
.BgClassName
{
background-color: #6FED32;
}
</style>
border-color css
<style>
span { border-color: #6FED32; }
span { border-color: rgb(111,237,50); }
td.TdClassName
{
border-color: #6FED32;
}
.TagClassName
{
border-color: #6FED32;
}
</style>