Shades of Bright Green #6AFD1D
Tints of Bright Green #6AFD1D
RGB
CMYK
RGB Variations
Color information
#6AFD1D (or 0x6AFD1D) is known color: Bright Green. HEX triplet: 6A, FD and 1D. RGB value is (106,253,29). Sum of RGB (Red+Green+Blue) = 106+253+29=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 253 (99.22% from 255 or 65.21% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFD1D is #9502E2. Grayscale: #B8B8B8. Windows color (decimal): -9765603 or 1965418. OLE color: 1965418.
HSL color Cylindrical-coordinate representation of color #6AFD1D: hue angle of 99.38º 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 #6AFD1D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 29 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.01 |
| HSL | 99.38º | 0.98% | 0.55% | - |
| HSV(B) | 99.38º | 0.89% | 0.99% | - |
| XYZ | 41.29 | 73.4 | 13.15 | - |
| YUV | 183.51 | 40.8 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 29 | 0.58 | 0 | 0.89 | 0.01 | 99.38 | 0.98 | 0.55 |
| Hex | 6A | FD | 1D | 3A | 0 | 59 | 1 | 63 | 62 | 37 |
| Octal | 152 | 375 | 35 | 72 | 0 | 131 | 1 | 143 | 142 | 67 |
| Binary | 1101010 | 11111101 | 11101 | 111010 | 0 | 1011001 | 1 | 1100011 | 1100010 | 110111 |
Color Harmonies of #6AFD1D
Complementary color
Monochromatic Colors of #6AFD1D
Black with #6AFD1D
Text Example
Text Example
White with #6AFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFD1D; }
p { color: rgb(106,253,29); }
H1.HeaderClassName
{
color: #6AFD1D;
}
.AnyTagClassName
{
color: #6AFD1D;
}
</style>
background-color css
<style>
a { background-color: #6AFD1D; }
a { background-color: rgb(106,253,29); }
div.DivClassName
{
background-color: #6AFD1D;
}
.BgClassName
{
background-color: #6AFD1D;
}
</style>
border-color css
<style>
span { border-color: #6AFD1D; }
span { border-color: rgb(106,253,29); }
td.TdClassName
{
border-color: #6AFD1D;
}
.TagClassName
{
border-color: #6AFD1D;
}
</style>