Shades of Bright Green #6DF802
Tints of Bright Green #6DF802
RGB
CMYK
RGB Variations
Color information
#6DF802 (or 0x6DF802) is known color: Bright Green. HEX triplet: 6D, F8 and 02. RGB value is (109,248,2). Sum of RGB (Red+Green+Blue) = 109+248+2=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 248 (97.27% from 255 or 69.08% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 248 - color contains mainly: green. Hex color #6DF802 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF802 is #9207FD. Grayscale: #B3B3B3. Windows color (decimal): -9570302 or 194669. OLE color: 194669.
HSL color Cylindrical-coordinate representation of color #6DF802: hue angle of 93.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6DF802 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 248 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.03 |
| HSL | 93.9º | 0.98% | 0.49% | - |
| HSV(B) | 93.9º | 0.99% | 0.97% | - |
| XYZ | 39.89 | 70.39 | 11.54 | - |
| YUV | 178.4 | 28.45 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 248 | 2 | 0.56 | 0 | 0.99 | 0.03 | 93.9 | 0.98 | 0.49 |
| Hex | 6D | F8 | 2 | 38 | 0 | 63 | 3 | 5E | 62 | 31 |
| Octal | 155 | 370 | 2 | 70 | 0 | 143 | 3 | 136 | 142 | 61 |
| Binary | 1101101 | 11111000 | 10 | 111000 | 0 | 1100011 | 11 | 1011110 | 1100010 | 110001 |
Color Harmonies of #6DF802
Complementary color
Monochromatic Colors of #6DF802
Black with #6DF802
Text Example
Text Example
White with #6DF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF802; }
p { color: rgb(109,248,2); }
H1.HeaderClassName
{
color: #6DF802;
}
.AnyTagClassName
{
color: #6DF802;
}
</style>
background-color css
<style>
a { background-color: #6DF802; }
a { background-color: rgb(109,248,2); }
div.DivClassName
{
background-color: #6DF802;
}
.BgClassName
{
background-color: #6DF802;
}
</style>
border-color css
<style>
span { border-color: #6DF802; }
span { border-color: rgb(109,248,2); }
td.TdClassName
{
border-color: #6DF802;
}
.TagClassName
{
border-color: #6DF802;
}
</style>