Shades of Bright Green #6DF602
Tints of Bright Green #6DF602
RGB
CMYK
RGB Variations
Color information
#6DF602 (or 0x6DF602) is known color: Bright Green. HEX triplet: 6D, F6 and 02. RGB value is (109,246,2). Sum of RGB (Red+Green+Blue) = 109+246+2=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 246 (96.48% from 255 or 68.91% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 246 - color contains mainly: green. Hex color #6DF602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF602 is #9209FD. Grayscale: #B2B2B2. Windows color (decimal): -9570814 or 194157. OLE color: 194157.
HSL color Cylindrical-coordinate representation of color #6DF602: hue angle of 93.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DF602 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 246 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.04 |
| HSL | 93.69º | 0.98% | 0.49% | - |
| HSV(B) | 93.69º | 0.99% | 0.96% | - |
| XYZ | 39.27 | 69.17 | 11.34 | - |
| YUV | 177.22 | 29.11 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 246 | 2 | 0.56 | 0 | 0.99 | 0.04 | 93.69 | 0.98 | 0.49 |
| Hex | 6D | F6 | 2 | 38 | 0 | 63 | 4 | 5E | 62 | 31 |
| Octal | 155 | 366 | 2 | 70 | 0 | 143 | 4 | 136 | 142 | 61 |
| Binary | 1101101 | 11110110 | 10 | 111000 | 0 | 1100011 | 100 | 1011110 | 1100010 | 110001 |
Color Harmonies of #6DF602
Complementary color
Monochromatic Colors of #6DF602
Black with #6DF602
Text Example
Text Example
White with #6DF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF602; }
p { color: rgb(109,246,2); }
H1.HeaderClassName
{
color: #6DF602;
}
.AnyTagClassName
{
color: #6DF602;
}
</style>
background-color css
<style>
a { background-color: #6DF602; }
a { background-color: rgb(109,246,2); }
div.DivClassName
{
background-color: #6DF602;
}
.BgClassName
{
background-color: #6DF602;
}
</style>
border-color css
<style>
span { border-color: #6DF602; }
span { border-color: rgb(109,246,2); }
td.TdClassName
{
border-color: #6DF602;
}
.TagClassName
{
border-color: #6DF602;
}
</style>