Shades of Bright Green #6CF314
Tints of Bright Green #6CF314
RGB
CMYK
RGB Variations
Color information
#6CF314 (or 0x6CF314) is known color: Bright Green. HEX triplet: 6C, F3 and 14. RGB value is (108,243,20). Sum of RGB (Red+Green+Blue) = 108+243+20=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #6CF314 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF314 is #930CEB. Grayscale: #B1B1B1. Windows color (decimal): -9637100 or 1373036. OLE color: 1373036.
HSL color Cylindrical-coordinate representation of color #6CF314: hue angle of 96.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CF314 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 243 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.05 |
| HSL | 96.32º | 0.9% | 0.52% | - |
| HSV(B) | 96.32º | 0.92% | 0.95% | - |
| XYZ | 38.36 | 67.34 | 11.64 | - |
| YUV | 177.21 | 39.27 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 243 | 20 | 0.56 | 0 | 0.92 | 0.05 | 96.32 | 0.9 | 0.52 |
| Hex | 6C | F3 | 14 | 38 | 0 | 5C | 5 | 60 | 5A | 34 |
| Octal | 154 | 363 | 24 | 70 | 0 | 134 | 5 | 140 | 132 | 64 |
| Binary | 1101100 | 11110011 | 10100 | 111000 | 0 | 1011100 | 101 | 1100000 | 1011010 | 110100 |
Color Harmonies of #6CF314
Complementary color
Monochromatic Colors of #6CF314
Black with #6CF314
Text Example
Text Example
White with #6CF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF314; }
p { color: rgb(108,243,20); }
H1.HeaderClassName
{
color: #6CF314;
}
.AnyTagClassName
{
color: #6CF314;
}
</style>
background-color css
<style>
a { background-color: #6CF314; }
a { background-color: rgb(108,243,20); }
div.DivClassName
{
background-color: #6CF314;
}
.BgClassName
{
background-color: #6CF314;
}
</style>
border-color css
<style>
span { border-color: #6CF314; }
span { border-color: rgb(108,243,20); }
td.TdClassName
{
border-color: #6CF314;
}
.TagClassName
{
border-color: #6CF314;
}
</style>