Shades of Bright Green #6AFD25
Tints of Bright Green #6AFD25
RGB
CMYK
RGB Variations
Color information
#6AFD25 (or 0x6AFD25) is known color: Bright Green. HEX triplet: 6A, FD and 25. RGB value is (106,253,37). Sum of RGB (Red+Green+Blue) = 106+253+37=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 253 (99.22% from 255 or 63.89% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFD25 is #9502DA. Grayscale: #B9B9B9. Windows color (decimal): -9765595 or 2489706. OLE color: 2489706.
HSL color Cylindrical-coordinate representation of color #6AFD25: hue angle of 100.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AFD25 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 37 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.01 |
| HSL | 100.83º | 0.98% | 0.57% | - |
| HSV(B) | 100.83º | 0.85% | 0.99% | - |
| XYZ | 41.4 | 73.45 | 13.75 | - |
| YUV | 184.42 | 44.8 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 37 | 0.58 | 0 | 0.85 | 0.01 | 100.83 | 0.98 | 0.57 |
| Hex | 6A | FD | 25 | 3A | 0 | 55 | 1 | 65 | 62 | 39 |
| Octal | 152 | 375 | 45 | 72 | 0 | 125 | 1 | 145 | 142 | 71 |
| Binary | 1101010 | 11111101 | 100101 | 111010 | 0 | 1010101 | 1 | 1100101 | 1100010 | 111001 |
Color Harmonies of #6AFD25
Complementary color
Monochromatic Colors of #6AFD25
Black with #6AFD25
Text Example
Text Example
White with #6AFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD25; }
p { color: rgb(106,253,37); }
H1.HeaderClassName
{
color: #6AFD25;
}
.AnyTagClassName
{
color: #6AFD25;
}
</style>
background-color css
<style>
a { background-color: #6AFD25; }
a { background-color: rgb(106,253,37); }
div.DivClassName
{
background-color: #6AFD25;
}
.BgClassName
{
background-color: #6AFD25;
}
</style>
border-color css
<style>
span { border-color: #6AFD25; }
span { border-color: rgb(106,253,37); }
td.TdClassName
{
border-color: #6AFD25;
}
.TagClassName
{
border-color: #6AFD25;
}
</style>