Shades of Bright Green #6EFD0D
Tints of Bright Green #6EFD0D
RGB
CMYK
RGB Variations
Color information
#6EFD0D (or 0x6EFD0D) is known color: Bright Green. HEX triplet: 6E, FD and 0D. RGB value is (110,253,13). Sum of RGB (Red+Green+Blue) = 110+253+13=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFD0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFD0D is #9102F2. Grayscale: #B7B7B7. Windows color (decimal): -9503475 or 916846. OLE color: 916846.
HSL color Cylindrical-coordinate representation of color #6EFD0D: hue angle of 95.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EFD0D is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 13 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.01 |
| HSL | 95.75º | 0.98% | 0.52% | - |
| HSV(B) | 95.75º | 0.95% | 0.99% | - |
| XYZ | 41.63 | 73.59 | 12.39 | - |
| YUV | 182.88 | 32.12 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 13 | 0.57 | 0 | 0.95 | 0.01 | 95.75 | 0.98 | 0.52 |
| Hex | 6E | FD | D | 39 | 0 | 5F | 1 | 60 | 62 | 34 |
| Octal | 156 | 375 | 15 | 71 | 0 | 137 | 1 | 140 | 142 | 64 |
| Binary | 1101110 | 11111101 | 1101 | 111001 | 0 | 1011111 | 1 | 1100000 | 1100010 | 110100 |
Color Harmonies of #6EFD0D
Complementary color
Monochromatic Colors of #6EFD0D
Black with #6EFD0D
Text Example
Text Example
White with #6EFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFD0D; }
p { color: rgb(110,253,13); }
H1.HeaderClassName
{
color: #6EFD0D;
}
.AnyTagClassName
{
color: #6EFD0D;
}
</style>
background-color css
<style>
a { background-color: #6EFD0D; }
a { background-color: rgb(110,253,13); }
div.DivClassName
{
background-color: #6EFD0D;
}
.BgClassName
{
background-color: #6EFD0D;
}
</style>
border-color css
<style>
span { border-color: #6EFD0D; }
span { border-color: rgb(110,253,13); }
td.TdClassName
{
border-color: #6EFD0D;
}
.TagClassName
{
border-color: #6EFD0D;
}
</style>