Shades of Christi #6DBF1E
Tints of Christi #6DBF1E
RGB
CMYK
RGB Variations
Color information
#6DBF1E (or 0x6DBF1E) is known color: Christi. HEX triplet: 6D, BF and 1E. RGB value is (109,191,30). Sum of RGB (Red+Green+Blue) = 109+191+30=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBF1E is #9240E1. Grayscale: #949494. Windows color (decimal): -9584866 or 2015085. OLE color: 2015085.
HSL color Cylindrical-coordinate representation of color #6DBF1E: hue angle of 90.56º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6DBF1E is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 30 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.25 |
| HSL | 90.56º | 0.73% | 0.43% | - |
| HSV(B) | 90.56º | 0.84% | 0.75% | - |
| XYZ | 25.17 | 40.61 | 7.74 | - |
| YUV | 148.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 30 | 0.43 | 0 | 0.84 | 0.25 | 90.56 | 0.73 | 0.43 |
| Hex | 6D | BF | 1E | 2B | 0 | 54 | 19 | 5B | 49 | 2B |
| Octal | 155 | 277 | 36 | 53 | 0 | 124 | 31 | 133 | 111 | 53 |
| Binary | 1101101 | 10111111 | 11110 | 101011 | 0 | 1010100 | 11001 | 1011011 | 1001001 | 101011 |
Color Harmonies of #6DBF1E
Complementary color
Monochromatic Colors of #6DBF1E
Black with #6DBF1E
Text Example
Text Example
White with #6DBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF1E; }
p { color: rgb(109,191,30); }
H1.HeaderClassName
{
color: #6DBF1E;
}
.AnyTagClassName
{
color: #6DBF1E;
}
</style>
background-color css
<style>
a { background-color: #6DBF1E; }
a { background-color: rgb(109,191,30); }
div.DivClassName
{
background-color: #6DBF1E;
}
.BgClassName
{
background-color: #6DBF1E;
}
</style>
border-color css
<style>
span { border-color: #6DBF1E; }
span { border-color: rgb(109,191,30); }
td.TdClassName
{
border-color: #6DBF1E;
}
.TagClassName
{
border-color: #6DBF1E;
}
</style>