Shades of Bright Green #6CF015
Tints of Bright Green #6CF015
RGB
CMYK
RGB Variations
Color information
#6CF015 (or 0x6CF015) is known color: Bright Green. HEX triplet: 6C, F0 and 15. RGB value is (108,240,21). Sum of RGB (Red+Green+Blue) = 108+240+21=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF015 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF015 is #930FEA. Grayscale: #B0B0B0. Windows color (decimal): -9637867 or 1437804. OLE color: 1437804.
HSL color Cylindrical-coordinate representation of color #6CF015: hue angle of 96.16º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CF015 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 21 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.06 |
| HSL | 96.16º | 0.88% | 0.51% | - |
| HSV(B) | 96.16º | 0.91% | 0.94% | - |
| XYZ | 37.48 | 65.56 | 11.39 | - |
| YUV | 175.57 | 40.77 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 21 | 0.55 | 0 | 0.91 | 0.06 | 96.16 | 0.88 | 0.51 |
| Hex | 6C | F0 | 15 | 37 | 0 | 5B | 6 | 60 | 58 | 33 |
| Octal | 154 | 360 | 25 | 67 | 0 | 133 | 6 | 140 | 130 | 63 |
| Binary | 1101100 | 11110000 | 10101 | 110111 | 0 | 1011011 | 110 | 1100000 | 1011000 | 110011 |
Color Harmonies of #6CF015
Complementary color
Monochromatic Colors of #6CF015
Black with #6CF015
Text Example
Text Example
White with #6CF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF015; }
p { color: rgb(108,240,21); }
H1.HeaderClassName
{
color: #6CF015;
}
.AnyTagClassName
{
color: #6CF015;
}
</style>
background-color css
<style>
a { background-color: #6CF015; }
a { background-color: rgb(108,240,21); }
div.DivClassName
{
background-color: #6CF015;
}
.BgClassName
{
background-color: #6CF015;
}
</style>
border-color css
<style>
span { border-color: #6CF015; }
span { border-color: rgb(108,240,21); }
td.TdClassName
{
border-color: #6CF015;
}
.TagClassName
{
border-color: #6CF015;
}
</style>