Shades of Bright Green #6AFB25
Tints of Bright Green #6AFB25
RGB
CMYK
RGB Variations
Color information
#6AFB25 (or 0x6AFB25) is known color: Bright Green. HEX triplet: 6A, FB and 25. RGB value is (106,251,37). Sum of RGB (Red+Green+Blue) = 106+251+37=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB25 is #9504DA. Grayscale: #B7B7B7. Windows color (decimal): -9766107 or 2489194. OLE color: 2489194.
HSL color Cylindrical-coordinate representation of color #6AFB25: hue angle of 100.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AFB25 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 37 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.02 |
| HSL | 100.65º | 0.96% | 0.56% | - |
| HSV(B) | 100.65º | 0.85% | 0.98% | - |
| XYZ | 40.77 | 72.19 | 13.54 | - |
| YUV | 183.25 | 45.46 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 37 | 0.58 | 0 | 0.85 | 0.02 | 100.65 | 0.96 | 0.56 |
| Hex | 6A | FB | 25 | 3A | 0 | 55 | 2 | 65 | 60 | 38 |
| Octal | 152 | 373 | 45 | 72 | 0 | 125 | 2 | 145 | 140 | 70 |
| Binary | 1101010 | 11111011 | 100101 | 111010 | 0 | 1010101 | 10 | 1100101 | 1100000 | 111000 |
Color Harmonies of #6AFB25
Complementary color
Monochromatic Colors of #6AFB25
Black with #6AFB25
Text Example
Text Example
White with #6AFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB25; }
p { color: rgb(106,251,37); }
H1.HeaderClassName
{
color: #6AFB25;
}
.AnyTagClassName
{
color: #6AFB25;
}
</style>
background-color css
<style>
a { background-color: #6AFB25; }
a { background-color: rgb(106,251,37); }
div.DivClassName
{
background-color: #6AFB25;
}
.BgClassName
{
background-color: #6AFB25;
}
</style>
border-color css
<style>
span { border-color: #6AFB25; }
span { border-color: rgb(106,251,37); }
td.TdClassName
{
border-color: #6AFB25;
}
.TagClassName
{
border-color: #6AFB25;
}
</style>