Shades of Bright Green #6ADC06
Tints of Bright Green #6ADC06
RGB
CMYK
RGB Variations
Color information
#6ADC06 (or 0x6ADC06) is known color: Bright Green. HEX triplet: 6A, DC and 06. RGB value is (106,220,6). Sum of RGB (Red+Green+Blue) = 106+220+6=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC06 is #9523F9. Grayscale: #A2A2A2. Windows color (decimal): -9774074 or 449642. OLE color: 449642.
HSL color Cylindrical-coordinate representation of color #6ADC06: hue angle of 91.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6ADC06 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 6 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.14 |
| HSL | 91.96º | 0.95% | 0.44% | - |
| HSV(B) | 91.96º | 0.97% | 0.86% | - |
| XYZ | 31.57 | 54.26 | 8.98 | - |
| YUV | 161.52 | 40.23 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 6 | 0.52 | 0 | 0.97 | 0.14 | 91.96 | 0.95 | 0.44 |
| Hex | 6A | DC | 6 | 34 | 0 | 61 | E | 5C | 5F | 2C |
| Octal | 152 | 334 | 6 | 64 | 0 | 141 | 16 | 134 | 137 | 54 |
| Binary | 1101010 | 11011100 | 110 | 110100 | 0 | 1100001 | 1110 | 1011100 | 1011111 | 101100 |
Color Harmonies of #6ADC06
Complementary color
Monochromatic Colors of #6ADC06
Black with #6ADC06
Text Example
Text Example
White with #6ADC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC06; }
p { color: rgb(106,220,6); }
H1.HeaderClassName
{
color: #6ADC06;
}
.AnyTagClassName
{
color: #6ADC06;
}
</style>
background-color css
<style>
a { background-color: #6ADC06; }
a { background-color: rgb(106,220,6); }
div.DivClassName
{
background-color: #6ADC06;
}
.BgClassName
{
background-color: #6ADC06;
}
</style>
border-color css
<style>
span { border-color: #6ADC06; }
span { border-color: rgb(106,220,6); }
td.TdClassName
{
border-color: #6ADC06;
}
.TagClassName
{
border-color: #6ADC06;
}
</style>