Shades of Bright Green #6CF50C
Tints of Bright Green #6CF50C
RGB
CMYK
RGB Variations
Color information
#6CF50C (or 0x6CF50C) is known color: Bright Green. HEX triplet: 6C, F5 and 0C. RGB value is (108,245,12). Sum of RGB (Red+Green+Blue) = 108+245+12=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF50C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF50C is #930AF3. Grayscale: #B2B2B2. Windows color (decimal): -9636596 or 849260. OLE color: 849260.
HSL color Cylindrical-coordinate representation of color #6CF50C: hue angle of 95.28º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CF50C is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 245 | 12 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.04 |
| HSL | 95.28º | 0.92% | 0.5% | - |
| HSV(B) | 95.28º | 0.95% | 0.96% | - |
| XYZ | 38.9 | 68.52 | 11.52 | - |
| YUV | 177.48 | 34.61 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 245 | 12 | 0.56 | 0 | 0.95 | 0.04 | 95.28 | 0.92 | 0.5 |
| Hex | 6C | F5 | C | 38 | 0 | 5F | 4 | 5F | 5C | 32 |
| Octal | 154 | 365 | 14 | 70 | 0 | 137 | 4 | 137 | 134 | 62 |
| Binary | 1101100 | 11110101 | 1100 | 111000 | 0 | 1011111 | 100 | 1011111 | 1011100 | 110010 |
Color Harmonies of #6CF50C
Complementary color
Monochromatic Colors of #6CF50C
Black with #6CF50C
Text Example
Text Example
White with #6CF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF50C; }
p { color: rgb(108,245,12); }
H1.HeaderClassName
{
color: #6CF50C;
}
.AnyTagClassName
{
color: #6CF50C;
}
</style>
background-color css
<style>
a { background-color: #6CF50C; }
a { background-color: rgb(108,245,12); }
div.DivClassName
{
background-color: #6CF50C;
}
.BgClassName
{
background-color: #6CF50C;
}
</style>
border-color css
<style>
span { border-color: #6CF50C; }
span { border-color: rgb(108,245,12); }
td.TdClassName
{
border-color: #6CF50C;
}
.TagClassName
{
border-color: #6CF50C;
}
</style>