Shades of Bright Green #6FF525
Tints of Bright Green #6FF525
RGB
CMYK
RGB Variations
Color information
#6FF525 (or 0x6FF525) is known color: Bright Green. HEX triplet: 6F, F5 and 25. RGB value is (111,245,37). Sum of RGB (Red+Green+Blue) = 111+245+37=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #6FF525 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF525 is #900ADA. Grayscale: #B5B5B5. Windows color (decimal): -9439963 or 2487663. OLE color: 2487663.
HSL color Cylindrical-coordinate representation of color #6FF525: hue angle of 98.65º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FF525 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 245 | 37 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.04 |
| HSL | 98.65º | 0.91% | 0.55% | - |
| HSV(B) | 98.65º | 0.85% | 0.96% | - |
| XYZ | 39.54 | 68.82 | 12.95 | - |
| YUV | 181.22 | 46.61 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 245 | 37 | 0.55 | 0 | 0.85 | 0.04 | 98.65 | 0.91 | 0.55 |
| Hex | 6F | F5 | 25 | 37 | 0 | 55 | 4 | 63 | 5B | 37 |
| Octal | 157 | 365 | 45 | 67 | 0 | 125 | 4 | 143 | 133 | 67 |
| Binary | 1101111 | 11110101 | 100101 | 110111 | 0 | 1010101 | 100 | 1100011 | 1011011 | 110111 |
Color Harmonies of #6FF525
Complementary color
Monochromatic Colors of #6FF525
Black with #6FF525
Text Example
Text Example
White with #6FF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF525; }
p { color: rgb(111,245,37); }
H1.HeaderClassName
{
color: #6FF525;
}
.AnyTagClassName
{
color: #6FF525;
}
</style>
background-color css
<style>
a { background-color: #6FF525; }
a { background-color: rgb(111,245,37); }
div.DivClassName
{
background-color: #6FF525;
}
.BgClassName
{
background-color: #6FF525;
}
</style>
border-color css
<style>
span { border-color: #6FF525; }
span { border-color: rgb(111,245,37); }
td.TdClassName
{
border-color: #6FF525;
}
.TagClassName
{
border-color: #6FF525;
}
</style>