Shades of Bright Green #6CDF14
Tints of Bright Green #6CDF14
RGB
CMYK
RGB Variations
Color information
#6CDF14 (or 0x6CDF14) is known color: Bright Green. HEX triplet: 6C, DF and 14. RGB value is (108,223,20). Sum of RGB (Red+Green+Blue) = 108+223+20=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDF14 is #9320EB. Grayscale: #A6A6A6. Windows color (decimal): -9642220 or 1367916. OLE color: 1367916.
HSL color Cylindrical-coordinate representation of color #6CDF14: hue angle of 93.99º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CDF14 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 20 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.13 |
| HSL | 93.99º | 0.84% | 0.48% | - |
| HSV(B) | 93.99º | 0.91% | 0.87% | - |
| XYZ | 32.7 | 56.01 | 9.75 | - |
| YUV | 165.47 | 45.9 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 20 | 0.52 | 0 | 0.91 | 0.13 | 93.99 | 0.84 | 0.48 |
| Hex | 6C | DF | 14 | 34 | 0 | 5B | D | 5E | 54 | 30 |
| Octal | 154 | 337 | 24 | 64 | 0 | 133 | 15 | 136 | 124 | 60 |
| Binary | 1101100 | 11011111 | 10100 | 110100 | 0 | 1011011 | 1101 | 1011110 | 1010100 | 110000 |
Color Harmonies of #6CDF14
Complementary color
Monochromatic Colors of #6CDF14
Black with #6CDF14
Text Example
Text Example
White with #6CDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF14; }
p { color: rgb(108,223,20); }
H1.HeaderClassName
{
color: #6CDF14;
}
.AnyTagClassName
{
color: #6CDF14;
}
</style>
background-color css
<style>
a { background-color: #6CDF14; }
a { background-color: rgb(108,223,20); }
div.DivClassName
{
background-color: #6CDF14;
}
.BgClassName
{
background-color: #6CDF14;
}
</style>
border-color css
<style>
span { border-color: #6CDF14; }
span { border-color: rgb(108,223,20); }
td.TdClassName
{
border-color: #6CDF14;
}
.TagClassName
{
border-color: #6CDF14;
}
</style>