Shades of Bright Green #6FE530
Tints of Bright Green #6FE530
RGB
CMYK
RGB Variations
Color information
#6FE530 (or 0x6FE530) is known color: Bright Green. HEX triplet: 6F, E5 and 30. RGB value is (111,229,48). Sum of RGB (Red+Green+Blue) = 111+229+48=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE530 is #901ACF. Grayscale: #ADADAD. Windows color (decimal): -9444048 or 3204463. OLE color: 3204463.
HSL color Cylindrical-coordinate representation of color #6FE530: hue angle of 99.12º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FE530 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 48 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.10 |
| HSL | 99.12º | 0.78% | 0.54% | - |
| HSV(B) | 99.12º | 0.79% | 0.9% | - |
| XYZ | 35.11 | 59.63 | 12.46 | - |
| YUV | 173.08 | 57.41 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 48 | 0.52 | 0 | 0.79 | 0.10 | 99.12 | 0.78 | 0.54 |
| Hex | 6F | E5 | 30 | 34 | 0 | 4F | A | 63 | 4E | 36 |
| Octal | 157 | 345 | 60 | 64 | 0 | 117 | 12 | 143 | 116 | 66 |
| Binary | 1101111 | 11100101 | 110000 | 110100 | 0 | 1001111 | 1010 | 1100011 | 1001110 | 110110 |
Color Harmonies of #6FE530
Complementary color
Monochromatic Colors of #6FE530
Black with #6FE530
Text Example
Text Example
White with #6FE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE530; }
p { color: rgb(111,229,48); }
H1.HeaderClassName
{
color: #6FE530;
}
.AnyTagClassName
{
color: #6FE530;
}
</style>
background-color css
<style>
a { background-color: #6FE530; }
a { background-color: rgb(111,229,48); }
div.DivClassName
{
background-color: #6FE530;
}
.BgClassName
{
background-color: #6FE530;
}
</style>
border-color css
<style>
span { border-color: #6FE530; }
span { border-color: rgb(111,229,48); }
td.TdClassName
{
border-color: #6FE530;
}
.TagClassName
{
border-color: #6FE530;
}
</style>