Shades of Bright Green #6FF225
Tints of Bright Green #6FF225
RGB
CMYK
RGB Variations
Color information
#6FF225 (or 0x6FF225) is known color: Bright Green. HEX triplet: 6F, F2 and 25. RGB value is (111,242,37). Sum of RGB (Red+Green+Blue) = 111+242+37=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6FF225 is #900DDA. Grayscale: #B4B4B4. Windows color (decimal): -9440731 or 2486895. OLE color: 2486895.
HSL color Cylindrical-coordinate representation of color #6FF225: hue angle of 98.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FF225 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 37 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.05 |
| HSL | 98.34º | 0.89% | 0.55% | - |
| HSV(B) | 98.34º | 0.85% | 0.95% | - |
| XYZ | 38.64 | 67.02 | 12.65 | - |
| YUV | 179.46 | 47.6 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 37 | 0.54 | 0 | 0.85 | 0.05 | 98.34 | 0.89 | 0.55 |
| Hex | 6F | F2 | 25 | 36 | 0 | 55 | 5 | 62 | 59 | 37 |
| Octal | 157 | 362 | 45 | 66 | 0 | 125 | 5 | 142 | 131 | 67 |
| Binary | 1101111 | 11110010 | 100101 | 110110 | 0 | 1010101 | 101 | 1100010 | 1011001 | 110111 |
Color Harmonies of #6FF225
Complementary color
Monochromatic Colors of #6FF225
Black with #6FF225
Text Example
Text Example
White with #6FF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF225; }
p { color: rgb(111,242,37); }
H1.HeaderClassName
{
color: #6FF225;
}
.AnyTagClassName
{
color: #6FF225;
}
</style>
background-color css
<style>
a { background-color: #6FF225; }
a { background-color: rgb(111,242,37); }
div.DivClassName
{
background-color: #6FF225;
}
.BgClassName
{
background-color: #6FF225;
}
</style>
border-color css
<style>
span { border-color: #6FF225; }
span { border-color: rgb(111,242,37); }
td.TdClassName
{
border-color: #6FF225;
}
.TagClassName
{
border-color: #6FF225;
}
</style>