Shades of Bright Green #6CDC1F
Tints of Bright Green #6CDC1F
RGB
CMYK
RGB Variations
Color information
#6CDC1F (or 0x6CDC1F) is known color: Bright Green. HEX triplet: 6C, DC and 1F. RGB value is (108,220,31). Sum of RGB (Red+Green+Blue) = 108+220+31=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC1F is #9323E0. Grayscale: #A5A5A5. Windows color (decimal): -9642977 or 2088044. OLE color: 2088044.
HSL color Cylindrical-coordinate representation of color #6CDC1F: hue angle of 95.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CDC1F is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 31 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.14 |
| HSL | 95.56º | 0.75% | 0.49% | - |
| HSV(B) | 95.56º | 0.86% | 0.86% | - |
| XYZ | 32.02 | 54.47 | 10.12 | - |
| YUV | 164.97 | 52.39 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 31 | 0.51 | 0 | 0.86 | 0.14 | 95.56 | 0.75 | 0.49 |
| Hex | 6C | DC | 1F | 33 | 0 | 56 | E | 60 | 4B | 31 |
| Octal | 154 | 334 | 37 | 63 | 0 | 126 | 16 | 140 | 113 | 61 |
| Binary | 1101100 | 11011100 | 11111 | 110011 | 0 | 1010110 | 1110 | 1100000 | 1001011 | 110001 |
Color Harmonies of #6CDC1F
Complementary color
Monochromatic Colors of #6CDC1F
Black with #6CDC1F
Text Example
Text Example
White with #6CDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC1F; }
p { color: rgb(108,220,31); }
H1.HeaderClassName
{
color: #6CDC1F;
}
.AnyTagClassName
{
color: #6CDC1F;
}
</style>
background-color css
<style>
a { background-color: #6CDC1F; }
a { background-color: rgb(108,220,31); }
div.DivClassName
{
background-color: #6CDC1F;
}
.BgClassName
{
background-color: #6CDC1F;
}
</style>
border-color css
<style>
span { border-color: #6CDC1F; }
span { border-color: rgb(108,220,31); }
td.TdClassName
{
border-color: #6CDC1F;
}
.TagClassName
{
border-color: #6CDC1F;
}
</style>