Shades of Bright Green #6CF005
Tints of Bright Green #6CF005
RGB
CMYK
RGB Variations
Color information
#6CF005 (or 0x6CF005) is known color: Bright Green. HEX triplet: 6C, F0 and 05. RGB value is (108,240,5). Sum of RGB (Red+Green+Blue) = 108+240+5=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF005 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF005 is #930FFA. Grayscale: #AEAEAE. Windows color (decimal): -9637883 or 389228. OLE color: 389228.
HSL color Cylindrical-coordinate representation of color #6CF005: hue angle of 93.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CF005 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 5 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.06 |
| HSL | 93.7º | 0.96% | 0.48% | - |
| HSV(B) | 93.7º | 0.98% | 0.94% | - |
| XYZ | 37.37 | 65.52 | 10.82 | - |
| YUV | 173.74 | 32.77 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 5 | 0.55 | 0 | 0.98 | 0.06 | 93.7 | 0.96 | 0.48 |
| Hex | 6C | F0 | 5 | 37 | 0 | 62 | 6 | 5E | 60 | 30 |
| Octal | 154 | 360 | 5 | 67 | 0 | 142 | 6 | 136 | 140 | 60 |
| Binary | 1101100 | 11110000 | 101 | 110111 | 0 | 1100010 | 110 | 1011110 | 1100000 | 110000 |
Color Harmonies of #6CF005
Complementary color
Monochromatic Colors of #6CF005
Black with #6CF005
Text Example
Text Example
White with #6CF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF005; }
p { color: rgb(108,240,5); }
H1.HeaderClassName
{
color: #6CF005;
}
.AnyTagClassName
{
color: #6CF005;
}
</style>
background-color css
<style>
a { background-color: #6CF005; }
a { background-color: rgb(108,240,5); }
div.DivClassName
{
background-color: #6CF005;
}
.BgClassName
{
background-color: #6CF005;
}
</style>
border-color css
<style>
span { border-color: #6CF005; }
span { border-color: rgb(108,240,5); }
td.TdClassName
{
border-color: #6CF005;
}
.TagClassName
{
border-color: #6CF005;
}
</style>