Shades of Bright Green #6AF81C
Tints of Bright Green #6AF81C
RGB
CMYK
RGB Variations
Color information
#6AF81C (or 0x6AF81C) is known color: Bright Green. HEX triplet: 6A, F8 and 1C. RGB value is (106,248,28). Sum of RGB (Red+Green+Blue) = 106+248+28=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF81C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF81C is #9507E3. Grayscale: #B5B5B5. Windows color (decimal): -9766884 or 1898602. OLE color: 1898602.
HSL color Cylindrical-coordinate representation of color #6AF81C: hue angle of 98.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AF81C is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 28 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.03 |
| HSL | 98.73º | 0.94% | 0.54% | - |
| HSV(B) | 98.73º | 0.89% | 0.97% | - |
| XYZ | 39.72 | 70.28 | 12.57 | - |
| YUV | 180.46 | 41.96 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 28 | 0.57 | 0 | 0.89 | 0.03 | 98.73 | 0.94 | 0.54 |
| Hex | 6A | F8 | 1C | 39 | 0 | 59 | 3 | 63 | 5E | 36 |
| Octal | 152 | 370 | 34 | 71 | 0 | 131 | 3 | 143 | 136 | 66 |
| Binary | 1101010 | 11111000 | 11100 | 111001 | 0 | 1011001 | 11 | 1100011 | 1011110 | 110110 |
Color Harmonies of #6AF81C
Complementary color
Monochromatic Colors of #6AF81C
Black with #6AF81C
Text Example
Text Example
White with #6AF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF81C; }
p { color: rgb(106,248,28); }
H1.HeaderClassName
{
color: #6AF81C;
}
.AnyTagClassName
{
color: #6AF81C;
}
</style>
background-color css
<style>
a { background-color: #6AF81C; }
a { background-color: rgb(106,248,28); }
div.DivClassName
{
background-color: #6AF81C;
}
.BgClassName
{
background-color: #6AF81C;
}
</style>
border-color css
<style>
span { border-color: #6AF81C; }
span { border-color: rgb(106,248,28); }
td.TdClassName
{
border-color: #6AF81C;
}
.TagClassName
{
border-color: #6AF81C;
}
</style>