Shades of Bright Green #6CED13
Tints of Bright Green #6CED13
RGB
CMYK
RGB Variations
Color information
#6CED13 (or 0x6CED13) is known color: Bright Green. HEX triplet: 6C, ED and 13. RGB value is (108,237,19). Sum of RGB (Red+Green+Blue) = 108+237+19=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 237 (92.97% from 255 or 65.11% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 237 - color contains mainly: green. Hex color #6CED13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CED13 is #9312EC. Grayscale: #AEAEAE. Windows color (decimal): -9638637 or 1305964. OLE color: 1305964.
HSL color Cylindrical-coordinate representation of color #6CED13: hue angle of 95.5º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CED13 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 19 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.07 |
| HSL | 95.5º | 0.86% | 0.5% | - |
| HSV(B) | 95.5º | 0.92% | 0.93% | - |
| XYZ | 36.59 | 63.8 | 11 | - |
| YUV | 173.58 | 40.76 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 19 | 0.54 | 0 | 0.92 | 0.07 | 95.5 | 0.86 | 0.5 |
| Hex | 6C | ED | 13 | 36 | 0 | 5C | 7 | 60 | 56 | 32 |
| Octal | 154 | 355 | 23 | 66 | 0 | 134 | 7 | 140 | 126 | 62 |
| Binary | 1101100 | 11101101 | 10011 | 110110 | 0 | 1011100 | 111 | 1100000 | 1010110 | 110010 |
Color Harmonies of #6CED13
Complementary color
Monochromatic Colors of #6CED13
Black with #6CED13
Text Example
Text Example
White with #6CED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CED13; }
p { color: rgb(108,237,19); }
H1.HeaderClassName
{
color: #6CED13;
}
.AnyTagClassName
{
color: #6CED13;
}
</style>
background-color css
<style>
a { background-color: #6CED13; }
a { background-color: rgb(108,237,19); }
div.DivClassName
{
background-color: #6CED13;
}
.BgClassName
{
background-color: #6CED13;
}
</style>
border-color css
<style>
span { border-color: #6CED13; }
span { border-color: rgb(108,237,19); }
td.TdClassName
{
border-color: #6CED13;
}
.TagClassName
{
border-color: #6CED13;
}
</style>