Shades of Bright Green #6CF80B
Tints of Bright Green #6CF80B
RGB
CMYK
RGB Variations
Color information
#6CF80B (or 0x6CF80B) is known color: Bright Green. HEX triplet: 6C, F8 and 0B. RGB value is (108,248,11). Sum of RGB (Red+Green+Blue) = 108+248+11=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF80B is #9307F4. Grayscale: #B3B3B3. Windows color (decimal): -9635829 or 784492. OLE color: 784492.
HSL color Cylindrical-coordinate representation of color #6CF80B: hue angle of 95.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6CF80B is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 248 | 11 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.03 |
| HSL | 95.44º | 0.94% | 0.51% | - |
| HSV(B) | 95.44º | 0.96% | 0.97% | - |
| XYZ | 39.81 | 70.35 | 11.8 | - |
| YUV | 179.12 | 33.12 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 248 | 11 | 0.56 | 0 | 0.96 | 0.03 | 95.44 | 0.94 | 0.51 |
| Hex | 6C | F8 | B | 38 | 0 | 60 | 3 | 5F | 5E | 33 |
| Octal | 154 | 370 | 13 | 70 | 0 | 140 | 3 | 137 | 136 | 63 |
| Binary | 1101100 | 11111000 | 1011 | 111000 | 0 | 1100000 | 11 | 1011111 | 1011110 | 110011 |
Color Harmonies of #6CF80B
Complementary color
Monochromatic Colors of #6CF80B
Black with #6CF80B
Text Example
Text Example
White with #6CF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF80B; }
p { color: rgb(108,248,11); }
H1.HeaderClassName
{
color: #6CF80B;
}
.AnyTagClassName
{
color: #6CF80B;
}
</style>
background-color css
<style>
a { background-color: #6CF80B; }
a { background-color: rgb(108,248,11); }
div.DivClassName
{
background-color: #6CF80B;
}
.BgClassName
{
background-color: #6CF80B;
}
</style>
border-color css
<style>
span { border-color: #6CF80B; }
span { border-color: rgb(108,248,11); }
td.TdClassName
{
border-color: #6CF80B;
}
.TagClassName
{
border-color: #6CF80B;
}
</style>