Shades of Bright Green #6AFD1C
Tints of Bright Green #6AFD1C
RGB
CMYK
RGB Variations
Color information
#6AFD1C (or 0x6AFD1C) is known color: Bright Green. HEX triplet: 6A, FD and 1C. RGB value is (106,253,28). Sum of RGB (Red+Green+Blue) = 106+253+28=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFD1C is #9502E3. Grayscale: #B8B8B8. Windows color (decimal): -9765604 or 1899882. OLE color: 1899882.
HSL color Cylindrical-coordinate representation of color #6AFD1C: hue angle of 99.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AFD1C is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 28 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.01 |
| HSL | 99.2º | 0.98% | 0.55% | - |
| HSV(B) | 99.2º | 0.89% | 0.99% | - |
| XYZ | 41.28 | 73.4 | 13.09 | - |
| YUV | 183.4 | 40.3 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 28 | 0.58 | 0 | 0.89 | 0.01 | 99.2 | 0.98 | 0.55 |
| Hex | 6A | FD | 1C | 3A | 0 | 59 | 1 | 63 | 62 | 37 |
| Octal | 152 | 375 | 34 | 72 | 0 | 131 | 1 | 143 | 142 | 67 |
| Binary | 1101010 | 11111101 | 11100 | 111010 | 0 | 1011001 | 1 | 1100011 | 1100010 | 110111 |
Color Harmonies of #6AFD1C
Complementary color
Monochromatic Colors of #6AFD1C
Black with #6AFD1C
Text Example
Text Example
White with #6AFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD1C; }
p { color: rgb(106,253,28); }
H1.HeaderClassName
{
color: #6AFD1C;
}
.AnyTagClassName
{
color: #6AFD1C;
}
</style>
background-color css
<style>
a { background-color: #6AFD1C; }
a { background-color: rgb(106,253,28); }
div.DivClassName
{
background-color: #6AFD1C;
}
.BgClassName
{
background-color: #6AFD1C;
}
</style>
border-color css
<style>
span { border-color: #6AFD1C; }
span { border-color: rgb(106,253,28); }
td.TdClassName
{
border-color: #6AFD1C;
}
.TagClassName
{
border-color: #6AFD1C;
}
</style>