Shades of Bright Green #6CFF0B
Tints of Bright Green #6CFF0B
RGB
CMYK
RGB Variations
Color information
#6CFF0B (or 0x6CFF0B) is known color: Bright Green. HEX triplet: 6C, FF and 0B. RGB value is (108,255,11). Sum of RGB (Red+Green+Blue) = 108+255+11=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFF0B is #9300F4. Grayscale: #B8B8B8. Windows color (decimal): -9634037 or 786284. OLE color: 786284.
HSL color Cylindrical-coordinate representation of color #6CFF0B: hue angle of 96.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6CFF0B is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 11 | - |
| CMYK | 0.58 | 0 | 0.96 | 0 |
| HSL | 96.15º | 1% | 0.52% | - |
| HSV(B) | 96.15º | 0.96% | 1% | - |
| XYZ | 42 | 74.73 | 12.53 | - |
| YUV | 183.23 | 30.8 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 11 | 0.58 | 0 | 0.96 | 0 | 96.15 | 1 | 0.52 |
| Hex | 6C | FF | B | 3A | 0 | 60 | 0 | 60 | 64 | 34 |
| Octal | 154 | 377 | 13 | 72 | 0 | 140 | 0 | 140 | 144 | 64 |
| Binary | 1101100 | 11111111 | 1011 | 111010 | 0 | 1100000 | 0 | 1100000 | 1100100 | 110100 |
Color Harmonies of #6CFF0B
Complementary color
Monochromatic Colors of #6CFF0B
Black with #6CFF0B
Text Example
Text Example
White with #6CFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFF0B; }
p { color: rgb(108,255,11); }
H1.HeaderClassName
{
color: #6CFF0B;
}
.AnyTagClassName
{
color: #6CFF0B;
}
</style>
background-color css
<style>
a { background-color: #6CFF0B; }
a { background-color: rgb(108,255,11); }
div.DivClassName
{
background-color: #6CFF0B;
}
.BgClassName
{
background-color: #6CFF0B;
}
</style>
border-color css
<style>
span { border-color: #6CFF0B; }
span { border-color: rgb(108,255,11); }
td.TdClassName
{
border-color: #6CFF0B;
}
.TagClassName
{
border-color: #6CFF0B;
}
</style>