Shades of Bright Green #6CF413
Tints of Bright Green #6CF413
RGB
CMYK
RGB Variations
Color information
#6CF413 (or 0x6CF413) is known color: Bright Green. HEX triplet: 6C, F4 and 13. RGB value is (108,244,19). Sum of RGB (Red+Green+Blue) = 108+244+19=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF413 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF413 is #930BEC. Grayscale: #B2B2B2. Windows color (decimal): -9636845 or 1307756. OLE color: 1307756.
HSL color Cylindrical-coordinate representation of color #6CF413: hue angle of 96.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CF413 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 244 | 19 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.04 |
| HSL | 96.27º | 0.91% | 0.52% | - |
| HSV(B) | 96.27º | 0.92% | 0.96% | - |
| XYZ | 38.65 | 67.94 | 11.69 | - |
| YUV | 177.69 | 38.44 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 244 | 19 | 0.56 | 0 | 0.92 | 0.04 | 96.27 | 0.91 | 0.52 |
| Hex | 6C | F4 | 13 | 38 | 0 | 5C | 4 | 60 | 5B | 34 |
| Octal | 154 | 364 | 23 | 70 | 0 | 134 | 4 | 140 | 133 | 64 |
| Binary | 1101100 | 11110100 | 10011 | 111000 | 0 | 1011100 | 100 | 1100000 | 1011011 | 110100 |
Color Harmonies of #6CF413
Complementary color
Monochromatic Colors of #6CF413
Black with #6CF413
Text Example
Text Example
White with #6CF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF413; }
p { color: rgb(108,244,19); }
H1.HeaderClassName
{
color: #6CF413;
}
.AnyTagClassName
{
color: #6CF413;
}
</style>
background-color css
<style>
a { background-color: #6CF413; }
a { background-color: rgb(108,244,19); }
div.DivClassName
{
background-color: #6CF413;
}
.BgClassName
{
background-color: #6CF413;
}
</style>
border-color css
<style>
span { border-color: #6CF413; }
span { border-color: rgb(108,244,19); }
td.TdClassName
{
border-color: #6CF413;
}
.TagClassName
{
border-color: #6CF413;
}
</style>