Shades of Bright Green #6DF514
Tints of Bright Green #6DF514
RGB
CMYK
RGB Variations
Color information
#6DF514 (or 0x6DF514) is known color: Bright Green. HEX triplet: 6D, F5 and 14. RGB value is (109,245,20). Sum of RGB (Red+Green+Blue) = 109+245+20=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 245 (96.09% from 255 or 65.51% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF514 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DF514 is #920AEB. Grayscale: #B3B3B3. Windows color (decimal): -9571052 or 1373549. OLE color: 1373549.
HSL color Cylindrical-coordinate representation of color #6DF514: hue angle of 96.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DF514 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 245 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.04 |
| HSL | 96.27º | 0.92% | 0.52% | - |
| HSV(B) | 96.27º | 0.92% | 0.96% | - |
| XYZ | 39.09 | 68.61 | 11.84 | - |
| YUV | 178.69 | 38.44 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 245 | 20 | 0.56 | 0 | 0.92 | 0.04 | 96.27 | 0.92 | 0.52 |
| Hex | 6D | F5 | 14 | 38 | 0 | 5C | 4 | 60 | 5C | 34 |
| Octal | 155 | 365 | 24 | 70 | 0 | 134 | 4 | 140 | 134 | 64 |
| Binary | 1101101 | 11110101 | 10100 | 111000 | 0 | 1011100 | 100 | 1100000 | 1011100 | 110100 |
Color Harmonies of #6DF514
Complementary color
Monochromatic Colors of #6DF514
Black with #6DF514
Text Example
Text Example
White with #6DF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF514; }
p { color: rgb(109,245,20); }
H1.HeaderClassName
{
color: #6DF514;
}
.AnyTagClassName
{
color: #6DF514;
}
</style>
background-color css
<style>
a { background-color: #6DF514; }
a { background-color: rgb(109,245,20); }
div.DivClassName
{
background-color: #6DF514;
}
.BgClassName
{
background-color: #6DF514;
}
</style>
border-color css
<style>
span { border-color: #6DF514; }
span { border-color: rgb(109,245,20); }
td.TdClassName
{
border-color: #6DF514;
}
.TagClassName
{
border-color: #6DF514;
}
</style>