Shades of Bright Green #6CFB0C
Tints of Bright Green #6CFB0C
RGB
CMYK
RGB Variations
Color information
#6CFB0C (or 0x6CFB0C) is known color: Bright Green. HEX triplet: 6C, FB and 0C. RGB value is (108,251,12). Sum of RGB (Red+Green+Blue) = 108+251+12=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFB0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFB0C is #9304F3. Grayscale: #B5B5B5. Windows color (decimal): -9635060 or 850796. OLE color: 850796.
HSL color Cylindrical-coordinate representation of color #6CFB0C: hue angle of 95.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CFB0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 251 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.02 |
| HSL | 95.9º | 0.97% | 0.52% | - |
| HSV(B) | 95.9º | 0.95% | 0.98% | - |
| XYZ | 40.75 | 72.21 | 12.14 | - |
| YUV | 181 | 32.62 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 251 | 12 | 0.57 | 0 | 0.95 | 0.02 | 95.9 | 0.97 | 0.52 |
| Hex | 6C | FB | C | 39 | 0 | 5F | 2 | 60 | 61 | 34 |
| Octal | 154 | 373 | 14 | 71 | 0 | 137 | 2 | 140 | 141 | 64 |
| Binary | 1101100 | 11111011 | 1100 | 111001 | 0 | 1011111 | 10 | 1100000 | 1100001 | 110100 |
Color Harmonies of #6CFB0C
Complementary color
Monochromatic Colors of #6CFB0C
Black with #6CFB0C
Text Example
Text Example
White with #6CFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFB0C; }
p { color: rgb(108,251,12); }
H1.HeaderClassName
{
color: #6CFB0C;
}
.AnyTagClassName
{
color: #6CFB0C;
}
</style>
background-color css
<style>
a { background-color: #6CFB0C; }
a { background-color: rgb(108,251,12); }
div.DivClassName
{
background-color: #6CFB0C;
}
.BgClassName
{
background-color: #6CFB0C;
}
</style>
border-color css
<style>
span { border-color: #6CFB0C; }
span { border-color: rgb(108,251,12); }
td.TdClassName
{
border-color: #6CFB0C;
}
.TagClassName
{
border-color: #6CFB0C;
}
</style>