Shades of Bright Green #6AFD1E
Tints of Bright Green #6AFD1E
RGB
CMYK
RGB Variations
Color information
#6AFD1E (or 0x6AFD1E) is known color: Bright Green. HEX triplet: 6A, FD and 1E. RGB value is (106,253,30). Sum of RGB (Red+Green+Blue) = 106+253+30=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 253 (99.22% from 255 or 65.04% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFD1E is #9502E1. Grayscale: #B8B8B8. Windows color (decimal): -9765602 or 2030954. OLE color: 2030954.
HSL color Cylindrical-coordinate representation of color #6AFD1E: hue angle of 99.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AFD1E is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 30 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.01 |
| HSL | 99.55º | 0.98% | 0.55% | - |
| HSV(B) | 99.55º | 0.88% | 0.99% | - |
| XYZ | 41.3 | 73.41 | 13.22 | - |
| YUV | 183.63 | 41.3 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 30 | 0.58 | 0 | 0.88 | 0.01 | 99.55 | 0.98 | 0.55 |
| Hex | 6A | FD | 1E | 3A | 0 | 58 | 1 | 64 | 62 | 37 |
| Octal | 152 | 375 | 36 | 72 | 0 | 130 | 1 | 144 | 142 | 67 |
| Binary | 1101010 | 11111101 | 11110 | 111010 | 0 | 1011000 | 1 | 1100100 | 1100010 | 110111 |
Color Harmonies of #6AFD1E
Complementary color
Monochromatic Colors of #6AFD1E
Black with #6AFD1E
Text Example
Text Example
White with #6AFD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD1E; }
p { color: rgb(106,253,30); }
H1.HeaderClassName
{
color: #6AFD1E;
}
.AnyTagClassName
{
color: #6AFD1E;
}
</style>
background-color css
<style>
a { background-color: #6AFD1E; }
a { background-color: rgb(106,253,30); }
div.DivClassName
{
background-color: #6AFD1E;
}
.BgClassName
{
background-color: #6AFD1E;
}
</style>
border-color css
<style>
span { border-color: #6AFD1E; }
span { border-color: rgb(106,253,30); }
td.TdClassName
{
border-color: #6AFD1E;
}
.TagClassName
{
border-color: #6AFD1E;
}
</style>