Shades of Bright Green #6FF130
Tints of Bright Green #6FF130
RGB
CMYK
RGB Variations
Color information
#6FF130 (or 0x6FF130) is known color: Bright Green. HEX triplet: 6F, F1 and 30. RGB value is (111,241,48). Sum of RGB (Red+Green+Blue) = 111+241+48=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF130 is #900ECF. Grayscale: #B4B4B4. Windows color (decimal): -9440976 or 3207535. OLE color: 3207535.
HSL color Cylindrical-coordinate representation of color #6FF130: hue angle of 100.41º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FF130 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 48 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.05 |
| HSL | 100.41º | 0.87% | 0.57% | - |
| HSV(B) | 100.41º | 0.8% | 0.95% | - |
| XYZ | 38.54 | 66.5 | 13.6 | - |
| YUV | 180.13 | 53.43 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 48 | 0.54 | 0 | 0.80 | 0.05 | 100.41 | 0.87 | 0.57 |
| Hex | 6F | F1 | 30 | 36 | 0 | 50 | 5 | 64 | 57 | 39 |
| Octal | 157 | 361 | 60 | 66 | 0 | 120 | 5 | 144 | 127 | 71 |
| Binary | 1101111 | 11110001 | 110000 | 110110 | 0 | 1010000 | 101 | 1100100 | 1010111 | 111001 |
Color Harmonies of #6FF130
Complementary color
Monochromatic Colors of #6FF130
Black with #6FF130
Text Example
Text Example
White with #6FF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF130; }
p { color: rgb(111,241,48); }
H1.HeaderClassName
{
color: #6FF130;
}
.AnyTagClassName
{
color: #6FF130;
}
</style>
background-color css
<style>
a { background-color: #6FF130; }
a { background-color: rgb(111,241,48); }
div.DivClassName
{
background-color: #6FF130;
}
.BgClassName
{
background-color: #6FF130;
}
</style>
border-color css
<style>
span { border-color: #6FF130; }
span { border-color: rgb(111,241,48); }
td.TdClassName
{
border-color: #6FF130;
}
.TagClassName
{
border-color: #6FF130;
}
</style>