Shades of Bright Green #6ADE1E
Tints of Bright Green #6ADE1E
RGB
CMYK
RGB Variations
Color information
#6ADE1E (or 0x6ADE1E) is known color: Bright Green. HEX triplet: 6A, DE and 1E. RGB value is (106,222,30). Sum of RGB (Red+Green+Blue) = 106+222+30=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 222 (87.11% from 255 or 62.01% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE1E is #9521E1. Grayscale: #A6A6A6. Windows color (decimal): -9773538 or 2023018. OLE color: 2023018.
HSL color Cylindrical-coordinate representation of color #6ADE1E: hue angle of 96.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ADE1E is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 30 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.13 |
| HSL | 96.25º | 0.76% | 0.49% | - |
| HSV(B) | 96.25º | 0.86% | 0.87% | - |
| XYZ | 32.3 | 55.4 | 10.22 | - |
| YUV | 165.43 | 51.57 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 30 | 0.52 | 0 | 0.86 | 0.13 | 96.25 | 0.76 | 0.49 |
| Hex | 6A | DE | 1E | 34 | 0 | 56 | D | 60 | 4C | 31 |
| Octal | 152 | 336 | 36 | 64 | 0 | 126 | 15 | 140 | 114 | 61 |
| Binary | 1101010 | 11011110 | 11110 | 110100 | 0 | 1010110 | 1101 | 1100000 | 1001100 | 110001 |
Color Harmonies of #6ADE1E
Complementary color
Monochromatic Colors of #6ADE1E
Black with #6ADE1E
Text Example
Text Example
White with #6ADE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE1E; }
p { color: rgb(106,222,30); }
H1.HeaderClassName
{
color: #6ADE1E;
}
.AnyTagClassName
{
color: #6ADE1E;
}
</style>
background-color css
<style>
a { background-color: #6ADE1E; }
a { background-color: rgb(106,222,30); }
div.DivClassName
{
background-color: #6ADE1E;
}
.BgClassName
{
background-color: #6ADE1E;
}
</style>
border-color css
<style>
span { border-color: #6ADE1E; }
span { border-color: rgb(106,222,30); }
td.TdClassName
{
border-color: #6ADE1E;
}
.TagClassName
{
border-color: #6ADE1E;
}
</style>