Shades of Bright Green #6BFB0C
Tints of Bright Green #6BFB0C
RGB
CMYK
RGB Variations
Color information
#6BFB0C (or 0x6BFB0C) is known color: Bright Green. HEX triplet: 6B, FB and 0C. RGB value is (107,251,12). Sum of RGB (Red+Green+Blue) = 107+251+12=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFB0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFB0C is #9404F3. Grayscale: #B5B5B5. Windows color (decimal): -9700596 or 850795. OLE color: 850795.
HSL color Cylindrical-coordinate representation of color #6BFB0C: hue angle of 96.15º 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 #6BFB0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 251 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.02 |
| HSL | 96.15º | 0.97% | 0.52% | - |
| HSV(B) | 96.15º | 0.95% | 0.98% | - |
| XYZ | 40.63 | 72.15 | 12.13 | - |
| YUV | 180.7 | 32.79 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 251 | 12 | 0.57 | 0 | 0.95 | 0.02 | 96.15 | 0.97 | 0.52 |
| Hex | 6B | FB | C | 39 | 0 | 5F | 2 | 60 | 61 | 34 |
| Octal | 153 | 373 | 14 | 71 | 0 | 137 | 2 | 140 | 141 | 64 |
| Binary | 1101011 | 11111011 | 1100 | 111001 | 0 | 1011111 | 10 | 1100000 | 1100001 | 110100 |
Color Harmonies of #6BFB0C
Complementary color
Monochromatic Colors of #6BFB0C
Black with #6BFB0C
Text Example
Text Example
White with #6BFB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFB0C; }
p { color: rgb(107,251,12); }
H1.HeaderClassName
{
color: #6BFB0C;
}
.AnyTagClassName
{
color: #6BFB0C;
}
</style>
background-color css
<style>
a { background-color: #6BFB0C; }
a { background-color: rgb(107,251,12); }
div.DivClassName
{
background-color: #6BFB0C;
}
.BgClassName
{
background-color: #6BFB0C;
}
</style>
border-color css
<style>
span { border-color: #6BFB0C; }
span { border-color: rgb(107,251,12); }
td.TdClassName
{
border-color: #6BFB0C;
}
.TagClassName
{
border-color: #6BFB0C;
}
</style>