Shades of Christi #6DCF14
Tints of Christi #6DCF14
RGB
CMYK
RGB Variations
Color information
#6DCF14 (or 0x6DCF14) is known color: Christi. HEX triplet: 6D, CF and 14. RGB value is (109,207,20). Sum of RGB (Red+Green+Blue) = 109+207+20=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DCF14 is #9230EB. Grayscale: #9D9D9D. Windows color (decimal): -9580780 or 1363821. OLE color: 1363821.
HSL color Cylindrical-coordinate representation of color #6DCF14: hue angle of 91.44º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DCF14 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 20 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.19 |
| HSL | 91.44º | 0.82% | 0.45% | - |
| HSV(B) | 91.44º | 0.9% | 0.81% | - |
| XYZ | 28.75 | 47.93 | 8.4 | - |
| YUV | 156.38 | 51.03 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 20 | 0.47 | 0 | 0.90 | 0.19 | 91.44 | 0.82 | 0.45 |
| Hex | 6D | CF | 14 | 2F | 0 | 5A | 13 | 5B | 52 | 2D |
| Octal | 155 | 317 | 24 | 57 | 0 | 132 | 23 | 133 | 122 | 55 |
| Binary | 1101101 | 11001111 | 10100 | 101111 | 0 | 1011010 | 10011 | 1011011 | 1010010 | 101101 |
Color Harmonies of #6DCF14
Complementary color
Monochromatic Colors of #6DCF14
Black with #6DCF14
Text Example
Text Example
White with #6DCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF14; }
p { color: rgb(109,207,20); }
H1.HeaderClassName
{
color: #6DCF14;
}
.AnyTagClassName
{
color: #6DCF14;
}
</style>
background-color css
<style>
a { background-color: #6DCF14; }
a { background-color: rgb(109,207,20); }
div.DivClassName
{
background-color: #6DCF14;
}
.BgClassName
{
background-color: #6DCF14;
}
</style>
border-color css
<style>
span { border-color: #6DCF14; }
span { border-color: rgb(109,207,20); }
td.TdClassName
{
border-color: #6DCF14;
}
.TagClassName
{
border-color: #6DCF14;
}
</style>