Shades of Bright Green #6FF132
Tints of Bright Green #6FF132
RGB
CMYK
RGB Variations
Color information
#6FF132 (or 0x6FF132) is known color: Bright Green. HEX triplet: 6F, F1 and 32. RGB value is (111,241,50). Sum of RGB (Red+Green+Blue) = 111+241+50=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 241 (94.53% from 255 or 59.95% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF132 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF132 is #900ECD. Grayscale: #B4B4B4. Windows color (decimal): -9440974 or 3338607. OLE color: 3338607.
HSL color Cylindrical-coordinate representation of color #6FF132: hue angle of 100.84º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FF132 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 50 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.05 |
| HSL | 100.84º | 0.87% | 0.57% | - |
| HSV(B) | 100.84º | 0.79% | 0.95% | - |
| XYZ | 38.59 | 66.52 | 13.82 | - |
| YUV | 180.36 | 54.43 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 50 | 0.54 | 0 | 0.79 | 0.05 | 100.84 | 0.87 | 0.57 |
| Hex | 6F | F1 | 32 | 36 | 0 | 4F | 5 | 65 | 57 | 39 |
| Octal | 157 | 361 | 62 | 66 | 0 | 117 | 5 | 145 | 127 | 71 |
| Binary | 1101111 | 11110001 | 110010 | 110110 | 0 | 1001111 | 101 | 1100101 | 1010111 | 111001 |
Color Harmonies of #6FF132
Complementary color
Monochromatic Colors of #6FF132
Black with #6FF132
Text Example
Text Example
White with #6FF132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF132; }
p { color: rgb(111,241,50); }
H1.HeaderClassName
{
color: #6FF132;
}
.AnyTagClassName
{
color: #6FF132;
}
</style>
background-color css
<style>
a { background-color: #6FF132; }
a { background-color: rgb(111,241,50); }
div.DivClassName
{
background-color: #6FF132;
}
.BgClassName
{
background-color: #6FF132;
}
</style>
border-color css
<style>
span { border-color: #6FF132; }
span { border-color: rgb(111,241,50); }
td.TdClassName
{
border-color: #6FF132;
}
.TagClassName
{
border-color: #6FF132;
}
</style>