Shades of Bright Green #6ADF1D
Tints of Bright Green #6ADF1D
RGB
CMYK
RGB Variations
Color information
#6ADF1D (or 0x6ADF1D) is known color: Bright Green. HEX triplet: 6A, DF and 1D. RGB value is (106,223,29). Sum of RGB (Red+Green+Blue) = 106+223+29=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADF1D is #9520E2. Grayscale: #A6A6A6. Windows color (decimal): -9773283 or 1957738. OLE color: 1957738.
HSL color Cylindrical-coordinate representation of color #6ADF1D: hue angle of 96.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6ADF1D is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 29 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.13 |
| HSL | 96.19º | 0.77% | 0.49% | - |
| HSV(B) | 96.19º | 0.87% | 0.87% | - |
| XYZ | 32.55 | 55.93 | 10.24 | - |
| YUV | 165.9 | 50.74 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 29 | 0.52 | 0 | 0.87 | 0.13 | 96.19 | 0.77 | 0.49 |
| Hex | 6A | DF | 1D | 34 | 0 | 57 | D | 60 | 4D | 31 |
| Octal | 152 | 337 | 35 | 64 | 0 | 127 | 15 | 140 | 115 | 61 |
| Binary | 1101010 | 11011111 | 11101 | 110100 | 0 | 1010111 | 1101 | 1100000 | 1001101 | 110001 |
Color Harmonies of #6ADF1D
Complementary color
Monochromatic Colors of #6ADF1D
Black with #6ADF1D
Text Example
Text Example
White with #6ADF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF1D; }
p { color: rgb(106,223,29); }
H1.HeaderClassName
{
color: #6ADF1D;
}
.AnyTagClassName
{
color: #6ADF1D;
}
</style>
background-color css
<style>
a { background-color: #6ADF1D; }
a { background-color: rgb(106,223,29); }
div.DivClassName
{
background-color: #6ADF1D;
}
.BgClassName
{
background-color: #6ADF1D;
}
</style>
border-color css
<style>
span { border-color: #6ADF1D; }
span { border-color: rgb(106,223,29); }
td.TdClassName
{
border-color: #6ADF1D;
}
.TagClassName
{
border-color: #6ADF1D;
}
</style>