Shades of Bright Green #6EFC12
Tints of Bright Green #6EFC12
RGB
CMYK
RGB Variations
Color information
#6EFC12 (or 0x6EFC12) is known color: Bright Green. HEX triplet: 6E, FC and 12. RGB value is (110,252,18). Sum of RGB (Red+Green+Blue) = 110+252+18=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFC12 is #9103ED. Grayscale: #B7B7B7. Windows color (decimal): -9503726 or 1244270. OLE color: 1244270.
HSL color Cylindrical-coordinate representation of color #6EFC12: hue angle of 96.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EFC12 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 252 | 18 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.01 |
| HSL | 96.41º | 0.98% | 0.53% | - |
| HSV(B) | 96.41º | 0.93% | 0.99% | - |
| XYZ | 41.35 | 72.98 | 12.48 | - |
| YUV | 182.87 | 34.96 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 252 | 18 | 0.56 | 0 | 0.93 | 0.01 | 96.41 | 0.98 | 0.53 |
| Hex | 6E | FC | 12 | 38 | 0 | 5D | 1 | 60 | 62 | 35 |
| Octal | 156 | 374 | 22 | 70 | 0 | 135 | 1 | 140 | 142 | 65 |
| Binary | 1101110 | 11111100 | 10010 | 111000 | 0 | 1011101 | 1 | 1100000 | 1100010 | 110101 |
Color Harmonies of #6EFC12
Complementary color
Monochromatic Colors of #6EFC12
Black with #6EFC12
Text Example
Text Example
White with #6EFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFC12; }
p { color: rgb(110,252,18); }
H1.HeaderClassName
{
color: #6EFC12;
}
.AnyTagClassName
{
color: #6EFC12;
}
</style>
background-color css
<style>
a { background-color: #6EFC12; }
a { background-color: rgb(110,252,18); }
div.DivClassName
{
background-color: #6EFC12;
}
.BgClassName
{
background-color: #6EFC12;
}
</style>
border-color css
<style>
span { border-color: #6EFC12; }
span { border-color: rgb(110,252,18); }
td.TdClassName
{
border-color: #6EFC12;
}
.TagClassName
{
border-color: #6EFC12;
}
</style>