Shades of Bright Green #6DFC0F
Tints of Bright Green #6DFC0F
RGB
CMYK
RGB Variations
Color information
#6DFC0F (or 0x6DFC0F) is known color: Bright Green. HEX triplet: 6D, FC and 0F. RGB value is (109,252,15). Sum of RGB (Red+Green+Blue) = 109+252+15=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFC0F is #9203F0. Grayscale: #B7B7B7. Windows color (decimal): -9569265 or 1047661. OLE color: 1047661.
HSL color Cylindrical-coordinate representation of color #6DFC0F: hue angle of 96.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DFC0F is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 15 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.01 |
| HSL | 96.2º | 0.98% | 0.52% | - |
| HSV(B) | 96.2º | 0.94% | 0.99% | - |
| XYZ | 41.2 | 72.91 | 12.35 | - |
| YUV | 182.23 | 33.62 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 15 | 0.57 | 0 | 0.94 | 0.01 | 96.2 | 0.98 | 0.52 |
| Hex | 6D | FC | F | 39 | 0 | 5E | 1 | 60 | 62 | 34 |
| Octal | 155 | 374 | 17 | 71 | 0 | 136 | 1 | 140 | 142 | 64 |
| Binary | 1101101 | 11111100 | 1111 | 111001 | 0 | 1011110 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6DFC0F
Complementary color
Monochromatic Colors of #6DFC0F
Black with #6DFC0F
Text Example
Text Example
White with #6DFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFC0F; }
p { color: rgb(109,252,15); }
H1.HeaderClassName
{
color: #6DFC0F;
}
.AnyTagClassName
{
color: #6DFC0F;
}
</style>
background-color css
<style>
a { background-color: #6DFC0F; }
a { background-color: rgb(109,252,15); }
div.DivClassName
{
background-color: #6DFC0F;
}
.BgClassName
{
background-color: #6DFC0F;
}
</style>
border-color css
<style>
span { border-color: #6DFC0F; }
span { border-color: rgb(109,252,15); }
td.TdClassName
{
border-color: #6DFC0F;
}
.TagClassName
{
border-color: #6DFC0F;
}
</style>