Shades of Bright Green #6CDD1F
Tints of Bright Green #6CDD1F
RGB
CMYK
RGB Variations
Color information
#6CDD1F (or 0x6CDD1F) is known color: Bright Green. HEX triplet: 6C, DD and 1F. RGB value is (108,221,31). Sum of RGB (Red+Green+Blue) = 108+221+31=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD1F is #9322E0. Grayscale: #A6A6A6. Windows color (decimal): -9642721 or 2088300. OLE color: 2088300.
HSL color Cylindrical-coordinate representation of color #6CDD1F: hue angle of 95.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CDD1F is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 31 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.13 |
| HSL | 95.68º | 0.75% | 0.49% | - |
| HSV(B) | 95.68º | 0.86% | 0.87% | - |
| XYZ | 32.29 | 55 | 10.21 | - |
| YUV | 165.55 | 52.06 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 31 | 0.51 | 0 | 0.86 | 0.13 | 95.68 | 0.75 | 0.49 |
| Hex | 6C | DD | 1F | 33 | 0 | 56 | D | 60 | 4B | 31 |
| Octal | 154 | 335 | 37 | 63 | 0 | 126 | 15 | 140 | 113 | 61 |
| Binary | 1101100 | 11011101 | 11111 | 110011 | 0 | 1010110 | 1101 | 1100000 | 1001011 | 110001 |
Color Harmonies of #6CDD1F
Complementary color
Monochromatic Colors of #6CDD1F
Black with #6CDD1F
Text Example
Text Example
White with #6CDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD1F; }
p { color: rgb(108,221,31); }
H1.HeaderClassName
{
color: #6CDD1F;
}
.AnyTagClassName
{
color: #6CDD1F;
}
</style>
background-color css
<style>
a { background-color: #6CDD1F; }
a { background-color: rgb(108,221,31); }
div.DivClassName
{
background-color: #6CDD1F;
}
.BgClassName
{
background-color: #6CDD1F;
}
</style>
border-color css
<style>
span { border-color: #6CDD1F; }
span { border-color: rgb(108,221,31); }
td.TdClassName
{
border-color: #6CDD1F;
}
.TagClassName
{
border-color: #6CDD1F;
}
</style>